From 7b234c7f55b0dfaed90d9559b79b427c9514e479 Mon Sep 17 00:00:00 2001 From: didirus4 Date: Thu, 19 Jun 2025 03:30:20 +0300 Subject: [PATCH] possible ubuntu build fix --- .github/workflows/theseus-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/theseus-release.yml b/.github/workflows/theseus-release.yml index b5c75595..a234fb8d 100644 --- a/.github/workflows/theseus-release.yml +++ b/.github/workflows/theseus-release.yml @@ -102,7 +102,7 @@ jobs: if: startsWith(matrix.platform, 'ubuntu') run: | sudo apt-get update - sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev pkg-config libayatana-appindicator3-dev librsvg2-dev + sudo apt-get install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev pkg-config libayatana-appindicator3-dev librsvg2-dev xdg-utils - name: Install frontend dependencies run: pnpm install