Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Oct 4, 2024
1 parent 9c1e947 commit 4bca995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: brew install ninja

- name: Install ninja (Windows)
if: matrix.os == 'macos-latest' && steps.cache-binaryen.outputs.cache-hit != 'true'
if: matrix.os == 'windows-latest' && steps.cache-binaryen.outputs.cache-hit != 'true'
run: choco install ninja

- name: Build binaryen
Expand Down

0 comments on commit 4bca995

Please sign in to comment.