Skip to content

Commit

Permalink
next attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
maebli committed Jun 13, 2024
1 parent 22949fb commit 4b9e1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/wasm-v')
steps:
- uses: actions/checkout@v4
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -141,6 +140,7 @@ jobs:
run: |
cd wasm
wasm-pack build --target bundler
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
Expand Down

0 comments on commit 4b9e1d5

Please sign in to comment.