Skip to content

Commit

Permalink
Try fixing the build
Browse files Browse the repository at this point in the history
  • Loading branch information
godlikepanos committed Apr 8, 2023
1 parent c890e42 commit e03f09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Install dependencies
run: |
add-apt-repository -y ppa:ubuntu-toolchain-r/test
apt-get update
apt update
apt install ninja-build gcc-11 g++-11
apt update -y
apt install -y ninja-build gcc-11 g++-11
- name: Clone
uses: actions/checkout@v3
Expand Down

0 comments on commit e03f09f

Please sign in to comment.