Skip to content

Commit

Permalink
fix binary location
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Oct 31, 2024
1 parent 0c016ea commit b90cdf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-wasm-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ jobs:
workspaces: |
.
bindings_wasm
- name: Install tfsec
- name: Install wasm-opt
uses: jaxxstorm/[email protected]
with: # Grab a specific platform and/or architecture
repo: WebAssembly/binaryen
platform: linux
arch: x86_64
binaries-location: bin
chmod: 0755
- name: Install wasm-bindgen and wasm-opt
uses: taiki-e/install-action@v2
with:
Expand Down

0 comments on commit b90cdf8

Please sign in to comment.