possible ubuntu build fix
Some checks failed
AstralRinth App Build / build (macos-latest) (push) Has been cancelled
AstralRinth App Build / build (ubuntu-latest) (push) Has been cancelled
AstralRinth App Build / build (windows-latest) (push) Has been cancelled

This commit is contained in:
2025-06-19 03:30:20 +03:00
parent d7302f01d0
commit 7b234c7f55

View File

@@ -102,7 +102,7 @@ jobs:
if: startsWith(matrix.platform, 'ubuntu') if: startsWith(matrix.platform, 'ubuntu')
run: | run: |
sudo apt-get update 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 - name: Install frontend dependencies
run: pnpm install run: pnpm install