chore: pin CI wasm-pack install to lockfile

Otherwise cargo install wasm-pack fails in CI
This commit is contained in:
Valentin Tolmer
2026-05-01 00:07:16 +02:00
committed by nitnelave
parent 2b3dbb46de
commit 49dc766184

View File

@@ -106,7 +106,7 @@ jobs:
restore-keys: |
lldap-ui-
- name: Install wasm-pack with cargo
run: cargo install wasm-pack || true
run: cargo install --locked wasm-pack || true
env:
RUSTFLAGS: ""
- name: Build frontend