We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d03c5f commit 104011bCopy full SHA for 104011b
.github/actions/setup/action.yaml
@@ -17,9 +17,9 @@ runs:
17
shell: bash
18
run: |
19
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y build-essential
20
- DEBIAN_FRONTEND=noninteractive wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
21
- DEBIAN_FRONTEND=noninteractive sudo tar xzf Python-2.7.9.tgz
22
- DEBIAN_FRONTEND=noninteractive cd Python-2.7.9
+ DEBIAN_FRONTEND=noninteractive wget https://www.python.org/ftp/python/2.2/Python-2.2.tgz
+ DEBIAN_FRONTEND=noninteractive sudo tar xzf Python-2.2.tgz
+ DEBIAN_FRONTEND=noninteractive cd Python-2.2
23
DEBIAN_FRONTEND=noninteractive sudo ./configure --enable-optimizations
24
DEBIAN_FRONTEND=noninteractive sudo make install
25
0 commit comments