Skip to content

Commit 5ad9a9e

Browse files
committed
trying to fix the aciton
1 parent 69641f7 commit 5ad9a9e

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
@@ -26,7 +26,7 @@ jobs:
2626
apt-get update -y --allow-releaseinfo-change
2727
apt-get upgrade -y
2828
# 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
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 libc6 libssl-dev -y
3030
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
3131
. "$HOME/.cargo/env"
3232
# Build the TUI application

0 commit comments

Comments
 (0)