fix: build pipelines
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 52s
CI / Lint & Test (pull_request) Successful in 14m1s
CI / Build Linux (pull_request) Successful in 16m20s
CI / Build Windows (cross-compile) (pull_request) Failing after 20m26s

This commit is contained in:
2026-01-15 12:50:03 -08:00
parent 4629767ce4
commit 44cc7ef542
+5 -2
View File
@@ -93,7 +93,8 @@ jobs:
librsvg2-dev \ librsvg2-dev \
patchelf \ patchelf \
libgtk-3-dev \ libgtk-3-dev \
libayatana-appindicator3-dev libayatana-appindicator3-dev \
xdg-utils
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
@@ -168,7 +169,9 @@ jobs:
targets: x86_64-pc-windows-msvc targets: x86_64-pc-windows-msvc
- name: Install cargo-xwin - name: Install cargo-xwin
run: cargo install cargo-xwin run: |
curl -fsSL https://github.com/rust-cross/cargo-xwin/releases/download/v0.20.2/cargo-xwin-v0.20.2.x86_64-unknown-linux-musl.tar.gz | tar xz
sudo mv cargo-xwin /usr/local/bin/
- name: Cache Rust dependencies - name: Cache Rust dependencies
uses: actions/cache@v4 uses: actions/cache@v4