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 a2a2478 commit 4933ba3Copy full SHA for 4933ba3
.github/workflows/build-wasm_of_ocaml.yml
@@ -145,9 +145,9 @@ jobs:
145
if: matrix.os == 'windows-latest'
146
run: opam install conf-mingw-w64-gcc-i686 conf-mingw-w64-g++-i686
147
148
- - name: Pin faked binaryen-bin package
149
- # It's faster to use a cached version
150
- 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
151
152
- name: Checkout Jane Street opam repository
153
uses: actions/checkout@v4
0 commit comments