We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f37b02 commit 7063e4cCopy full SHA for 7063e4c
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
# Install setup prerequisites
26
apt-get update -y --allow-releaseinfo-change
27
apt-get upgrade -y
28
- apt-get install curl
+ apt-get install curl gcc-aarch64-linux-gnu -y
29
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
30
. "$HOME/.cargo/env"
31
# Build the TUI application
0 commit comments