chore: install build dependencies on ubuntu in codeql

This commit is contained in:
zhom
2025-07-03 22:52:59 +04:00
parent d377809c77
commit 1b0ebbc666
+6
View File
@@ -42,6 +42,12 @@ jobs:
node-version-file: .node-version
cache: "pnpm"
- name: Install dependencies (Ubuntu only)
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm'
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev pkg-config xdg-utils
- name: Setup Rust
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b #master
with: