Skip to content

Commit

Permalink
added missing gcc multilib
Browse files Browse the repository at this point in the history
  • Loading branch information
Minigrim0 committed Aug 6, 2024
1 parent 7063e4c commit a34df00
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 @@ -25,7 +25,7 @@ jobs:
# Install setup prerequisites
apt-get update -y --allow-releaseinfo-change
apt-get upgrade -y
apt-get install curl gcc-aarch64-linux-gnu -y
apt-get install curl gcc-aarch64-linux-gnu gcc-multilib -y
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
. "$HOME/.cargo/env"
# Build the TUI application
Expand Down

0 comments on commit a34df00

Please sign in to comment.