Skip to content

Commit

Permalink
trying to fix the aciton
Browse files Browse the repository at this point in the history
  • Loading branch information
Minigrim0 committed Oct 22, 2024
1 parent 69641f7 commit 5ad9a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
apt-get update -y --allow-releaseinfo-change
apt-get upgrade -y
# Install build tools and tauri requirements
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
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
. "$HOME/.cargo/env"
# Build the TUI application
Expand Down

0 comments on commit 5ad9a9e

Please sign in to comment.