diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6721a93..638fa5a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,6 +16,17 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Install Linux dependencies + run: | + sudo apt-get update + sudo apt-get install -y \ + libwebkit2gtk-4.1-dev \ + libappindicator3-dev \ + librsvg2-dev \ + patchelf \ + libgtk-3-dev \ + libayatana-appindicator3-dev + - name: Setup pnpm uses: pnpm/action-setup@v4 with: