We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7063e4c commit a34df00Copy full SHA for a34df00
.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 gcc-aarch64-linux-gnu -y
+ apt-get install curl gcc-aarch64-linux-gnu gcc-multilib -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