Skip to content

Commit 104011b

Browse files
changed python version
1 parent 8d03c5f commit 104011b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/setup/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ runs:
1717
shell: bash
1818
run: |
1919
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
20+
DEBIAN_FRONTEND=noninteractive wget https://www.python.org/ftp/python/2.2/Python-2.2.tgz
21+
DEBIAN_FRONTEND=noninteractive sudo tar xzf Python-2.2.tgz
22+
DEBIAN_FRONTEND=noninteractive cd Python-2.2
2323
DEBIAN_FRONTEND=noninteractive sudo ./configure --enable-optimizations
2424
DEBIAN_FRONTEND=noninteractive sudo make install
2525

0 commit comments

Comments
 (0)