We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755544a commit 74cc0c4Copy full SHA for 74cc0c4
1 file changed
.github/actions/setup/action.yaml
@@ -7,7 +7,7 @@ runs:
7
- uses: actions/setup-node@v3
8
with:
9
node-version: '14.x'
10
-
+
11
- name: Update packages
12
shell: bash
13
run: |
@@ -17,6 +17,7 @@ runs:
17
18
19
DEBIAN_FRONTEND=noninteractive wget https://www.python.org/ftp/python/2.2/Python-2.2.tgz
20
+ echo "0b9e29c77d405eb7ce7a263c1ce2fc8c006cd9391790120ebfb83310a83f1fd3 Python-2.2.tgz" | sha256sum -c -
21
DEBIAN_FRONTEND=noninteractive sudo tar xzf Python-2.2.tgz
22
DEBIAN_FRONTEND=noninteractive cd Python-2.2
23
DEBIAN_FRONTEND=noninteractive sudo ./configure --enable-optimizations
0 commit comments