From 9204fbf750bd68471f74325defad2fff62a3b57a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rik=20Levente?= <33373714+Levminer@users.noreply.github.com> Date: Sun, 24 Jul 2022 13:32:05 +0000 Subject: [PATCH] Fix linux build --- .github/workflows/alpha-artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha-artifact.yml b/.github/workflows/alpha-artifact.yml index 6011aea..9a1ae5d 100644 --- a/.github/workflows/alpha-artifact.yml +++ b/.github/workflows/alpha-artifact.yml @@ -31,7 +31,7 @@ jobs: run: > sudo apt-get update - sudo apt-get install -y webkit2gtk-4.0 + sudo apt-get install -y webkit2gtk-4.0 libayatana-appindicator - name: Install app dependencies and build it run: npm ci && npm run build:alpha - uses: tauri-apps/tauri-action@v0