Skip to content

Commit a34df00

Browse files
committed
added missing gcc multilib
1 parent 7063e4c commit a34df00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Install setup prerequisites
2626
apt-get update -y --allow-releaseinfo-change
2727
apt-get upgrade -y
28-
apt-get install curl gcc-aarch64-linux-gnu -y
28+
apt-get install curl gcc-aarch64-linux-gnu gcc-multilib -y
2929
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
3030
. "$HOME/.cargo/env"
3131
# Build the TUI application

0 commit comments

Comments
 (0)