mirror of
https://github.com/lldap/lldap.git
synced 2026-06-09 21:10:25 +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
2
.github/workflows/docker-build-static.yml
vendored
2
.github/workflows/docker-build-static.yml
vendored
@@ -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