From baf4c94d1ba627daea7a1fe5bb19454bcb7f6e1a Mon Sep 17 00:00:00 2001 From: TheApplePieGod Date: Tue, 16 Jan 2024 21:29:13 -0500 Subject: [PATCH] apt-get update on linux build --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83fa3401..af1bab26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,6 +64,7 @@ jobs: - name: Install linux dependencies if: startsWith(matrix.platform-name, 'ubuntu') run: | + sudo apt-get update sudo apt-get install -y libwebkit2gtk-4.0-dev build-essential wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev npm install @tauri-apps/cli-linux-x64-gnu