Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Mar 9, 2024
1 parent 29459ee commit c3cac2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
steps:
- name: Build target
run: |
/usr/bin/python${{ matrix.version }} -c "import sys; print(sys.version); import ssl; print(ssl.OPENSSL_VERSION); import urllib.request; urllib.request.urlopen('https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz')"
/usr/bin/python3 -c "import sys; print(sys.version); import ssl; print(ssl.OPENSSL_VERSION); import urllib.request; urllib.request.urlopen('https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz')"
...

0 comments on commit c3cac2d

Please sign in to comment.