mirror of
https://github.com/ytdl-org/ytdl-nightly.git
synced 2025-01-03 10:29:36 +01:00
[workflows/build.yml] Temporary workaround for Python 3.4/5 failures
https://github.com/actions/setup-python/issues/866
This commit is contained in:
parent
cf9bccb0e5
commit
6d8de7ccf7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -127,6 +127,8 @@ jobs:
|
||||
needs: build_unix
|
||||
env:
|
||||
PYCRYPTO: pycrypto-2.6.1-cp34-none-win32
|
||||
# Temporary workaround for Python 3.4/5 failures - May 2024
|
||||
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
|
||||
outputs:
|
||||
sha256_win: ${{ steps.sha256_win.outputs.sha256_win }}
|
||||
sha512_win: ${{ steps.sha512_win.outputs.sha512_win }}
|
||||
|
Loading…
Reference in New Issue
Block a user