Skip to content

Commit fac653b

Browse files
committed
fix workflow
1 parent dd3bdb4 commit fac653b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/viewer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636
with:
3737
toolchain: stable
3838
target: wasm32-unknown-unknown
39-
run: cargo install wasm-bindgen-cli
4039
- name: Build
41-
run: bash build_wasm.sh
40+
run: |
41+
cargo install wasm-bindgen-cli
42+
bash build_wasm.sh
4243
- name: Setup Pages
4344
uses: actions/configure-pages@v4
4445
- name: Upload artifact

0 commit comments

Comments
 (0)