update
This commit is contained in:
parent
4b3db8bf1f
commit
fc68188580
1 changed files with 4 additions and 3 deletions
|
@ -30,7 +30,6 @@ jobs:
|
|||
run: |
|
||||
rustup update
|
||||
rustup target add wasm32-unknown-unknown
|
||||
cargo install -f wasm-bindgen-cli --version 0.2.95
|
||||
|
||||
- name: Install cargo-deb
|
||||
run: cargo install cargo-deb --no-default-features
|
||||
|
@ -39,10 +38,12 @@ jobs:
|
|||
run: cargo install --locked trunk
|
||||
|
||||
- name: Fetch dependencies
|
||||
run: cargo fetch --locked
|
||||
run: |
|
||||
cargo fetch --locked
|
||||
|
||||
|
||||
- name: Build wasm
|
||||
run: cd lapdev-dashboard && trunk build --release --public-url /static/
|
||||
run: cargo install -f wasm-bindgen-cli --version 0.2.95 && cd lapdev-dashboard && trunk build --release --public-url /static/
|
||||
|
||||
- name: Compress static files
|
||||
run: cd lapdev-dashboard/dist/ && gzip -k *
|
||||
|
|
Loading…
Add table
Reference in a new issue