1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-07-19 08:46:19 +00:00

Compare commits

..

No commits in common. "6a3ba7df8daeaccfca4d36879e95c241bfa5c3ec" and "1c846f474f666b8f5652dc32057a64b14c0ded6a" have entirely different histories.

View File

@ -73,16 +73,15 @@ jobs:
runs-on: windows-2022 runs-on: windows-2022
env: env:
PYCRYPTO: pycrypto-2.6.1-cp34-none-win32 PYCRYPTO: pycrypto-2.6.1-cp34-none-win32
# Workaround for Python 3.4/5 PyPi certificate verification failures - May 2024 # Temporary workaround for Python 3.4/5 failures - May 2024
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org" PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python - name: Set up Python 3.4
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
# required for Windows XP support
python-version: "3.4" python-version: "3.4"
architecture: x86 architecture: x86