Skip to content

Commit 7063e4c

Browse files
committed
Update build.yml
Added missing install
1 parent 1f37b02 commit 7063e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
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
28+
apt-get install curl gcc-aarch64-linux-gnu -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)