Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNumbat committed Apr 7, 2024
1 parent 3ced4df commit f00a7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install aarch64 Toolchain
run: sudo apt install g++-aarch64-linux-gnu qemu qemu-user qemu-user-static
run: sudo apt update && sudo apt install g++-aarch64-linux-gnu qemu qemu-user qemu-user-static
- name: Install Clang 17
run: |
wget https://apt.llvm.org/llvm.sh
Expand Down

0 comments on commit f00a7b4

Please sign in to comment.