We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc79b5 commit 8281c7fCopy full SHA for 8281c7f
.github/workflows/build-wasm_of_ocaml.yml
@@ -150,9 +150,9 @@ jobs:
150
if: matrix.os == 'windows-latest'
151
run: opam install conf-mingw-w64-gcc-i686 conf-mingw-w64-g++-i686
152
153
-# - name: Pin faked binaryen-bin package
154
-# # It's faster to use a cached version
155
-# run: opam install --fake binaryen-bin
+ - name: Pin faked binaryen-bin package
+ # It's faster to use a cached version
+ run: opam install --fake binaryen-bin
156
157
- name: Checkout Jane Street opam repository
158
uses: actions/checkout@v4
0 commit comments