mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-05-11 13:14:41 -06:00
[workflows/ci.yml] Ubuntu-20.4 -> 22.04
This commit is contained in:
parent
d5620b8be4
commit
bcaea22fb1
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -240,7 +240,9 @@ jobs:
|
||||
# install 2.7
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get install -y python2 python-is-python2
|
||||
curl -L "http://launchpadlibrarian.net/474693132/python-is-python2_2.7.17-4_all.deb" -o python-is-python2.deb
|
||||
sudo apt-get install -y python2
|
||||
sudo dpkg -i python-is-python2.deb
|
||||
echo "PYTHONHOME=/usr" >> "$GITHUB_ENV"
|
||||
#-------- Python 2.6 --
|
||||
- name: Set up Python 2.6 environment
|
||||
|
Loading…
Reference in New Issue
Block a user