Skip to content

Commit

Permalink
Fix WASM bindings release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Oct 28, 2024
1 parent ef63451 commit 70dc2f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-wasm-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
release:
permissions:
id-token: write
runs-on: warp-ubuntu-latest-x64-16x
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -26,6 +26,11 @@ jobs:
.
bindings_wasm
- name: Install wasm-bindgen and wasm-opt
uses: taiki-e/install-action@v2
with:
tool: wasm-bindgen, wasm-opt

- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 70dc2f7

Please sign in to comment.