Skip to content

Commit

Permalink
ci: Don't install wasm-opt on Windows for web tests
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Sep 19, 2024
1 parent 20ff90c commit 68267ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
# Keep the version number in sync in all workflows,
# and in the extension builder Dockerfile!
- name: Install wasm-opt
# It runs for a long time, and the build is already slow on Windows,
# where it doesn't have much benefit anyway - most tests are run on Ubuntu.
if: matrix.os != 'windows-latest'
uses: sigoden/install-binary@v1
with:
repo: WebAssembly/binaryen
Expand Down

0 comments on commit 68267ac

Please sign in to comment.