Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Update deployment script to more recent version of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser authored Jan 20, 2025
1 parent d6e675e commit b1c4a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_sign_release_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: sudo -v ; wget https://downloads.rclone.org/v1.63.1/rclone-v1.63.1-linux-amd64.deb && sudo dpkg -i rclone-v1.63.1-linux-amd64.deb

- name: Installing Python and OpenJDK
run: sudo apt-get install -y 2to3 python2-minimal python2 dh-python python-is-python3 openjdk-8-jdk-headless libncurses5 ccache jq
run: sudo apt-get install -y 2to3 python3-minimal python3 dh-python python-is-python3 openjdk-8-jdk-headless libncurses5 ccache jq

- name: Reclaiming disk space on / by disabling swap partition
run: |
Expand Down

0 comments on commit b1c4a44

Please sign in to comment.