Skip to content

Commit

Permalink
Fix publish workflow on AArch64
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed May 23, 2024
1 parent 58660a4 commit 50f8d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
sudo apt update
sudo apt install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- name: Setup Ninja
run: sudo apt-get install ninja-build
- name: Setup Dependencies
run: sudo apt-get install ninja-build uuid-dev

- name: Setup CCache
uses: hendrikmuhs/ccache-action@v1
Expand Down

0 comments on commit 50f8d33

Please sign in to comment.