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 69641f7 commit 5ad9a9eCopy full SHA for 5ad9a9e
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
apt-get update -y --allow-releaseinfo-change
27
apt-get upgrade -y
28
# Install build tools and tauri requirements
29
- apt-get install curl gcc-aarch64-linux-gnu libwebkit2gtk-4.0-dev build-essential wget libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev libc-dev libssl-dev -y
+ apt-get install curl gcc-aarch64-linux-gnu libwebkit2gtk-4.0-dev build-essential wget libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev libc-dev libc6 libssl-dev -y
30
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
31
. "$HOME/.cargo/env"
32
# Build the TUI application
0 commit comments