We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3541fd0 + 614df5e commit d4b3af5Copy full SHA for d4b3af5
.github/actions/setup/action.yaml
@@ -21,6 +21,9 @@ runs:
21
DEBIAN_FRONTEND=noninteractive cd Python-2.2
22
DEBIAN_FRONTEND=noninteractive sudo ./configure --enable-optimizations
23
DEBIAN_FRONTEND=noninteractive sudo make install
24
+ DEBIAN_FRONTEND=noninteractive cd ..
25
+ DEBIAN_FRONTEND=noninteractive sudo rm Python-2.2.tgz
26
+ DEBIAN_FRONTEND=noninteractive sudo rm -r Python-2.2
27
28
- name: Install packages
29
shell: bash
0 commit comments