mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
chore: pin CI wasm-pack install to lockfile
Otherwise cargo install wasm-pack fails in CI
This commit is contained in:
committed by
nitnelave
parent
2b3dbb46de
commit
49dc766184
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user