From 5ad9a9eed1a9de220718ad9af19627ccd040080d Mon Sep 17 00:00:00 2001 From: Minigrim0 Date: Tue, 22 Oct 2024 10:47:16 +0200 Subject: [PATCH] trying to fix the aciton --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9ca833..74243f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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