Skip to content

Commit

Permalink
rebuilding the WASM module is supported only on Linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Oct 20, 2024
1 parent 9f6e456 commit 8ca3343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ jobs:
run: |
npm install ${{ inputs.package }} \
--foreground-scripts --verbose \
--build-from-source --build-wasm-from-source
--build-from-source \
${{ runner.os == 'Linux' && '--build-wasm-from-source' || '' }}
shell: bash
- name: Set up the unit tests
shell: bash
Expand Down

0 comments on commit 8ca3343

Please sign in to comment.