Skip to content

Commit

Permalink
ci: attempt to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Dec 9, 2023
1 parent 5f09fff commit d118d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
sudo apt-get update
sudo apt-get install -y g++-aarch64-linux-gnu libc6-dev-arm64-cross gcc-aarch64-linux-gnu
sudo apt-get install -y g++-aarch64-linux-gnu libc6-dev-arm64-cross gcc-aarch64-linux-gnu gcc-multilib
- name: Fetch Stacks node repo
if: steps.cache.outputs.cache-hit != 'true'
env:
Expand Down

0 comments on commit d118d29

Please sign in to comment.