Skip to content

Commit

Permalink
Remove non-necessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser committed Jul 28, 2023
1 parent d9aa9fc commit 6b6b4a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ jobs:
- name: Installing Python and OpenJDK
run: sudo apt-get install -y python openjdk-8-jdk-headless libncurses5 ccache

- name: Setting-up Java 8 as default Java provider
run: sudo update-java-alternatives --set java-1.8.0-openjdk-amd64

- name: Installing system dependencies
run: |
sudo bash install-build-deps.sh --no-chromeos-fonts
Expand Down

0 comments on commit 6b6b4a9

Please sign in to comment.