Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KeKsBoTer committed Jan 18, 2024
1 parent dd3bdb4 commit fac653b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/viewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
with:
toolchain: stable
target: wasm32-unknown-unknown
run: cargo install wasm-bindgen-cli
- name: Build
run: bash build_wasm.sh
run: |
cargo install wasm-bindgen-cli
bash build_wasm.sh
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit fac653b

Please sign in to comment.