Skip to content

Commit

Permalink
Fix bug in AArch64 publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Dec 19, 2023
1 parent 7127fd9 commit 9073d64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -94,7 +94,9 @@ jobs:
java-version: 11

- name: Setup latest GCC and build dependencies
run: sudo apt install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
run: |
sudo apt update
sudo apt install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- name: Setup Ninja
run: sudo apt-get install ninja-build
Expand Down

0 comments on commit 9073d64

Please sign in to comment.