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 a674995 commit 51124deCopy full SHA for 51124de
.github/workflows/js_of_ocaml.yml
@@ -141,6 +141,9 @@ jobs:
141
with:
142
ocaml-compiler: ${{ matrix.ocaml-compiler }}
143
144
+ - name: Pin dune
145
+ run: opam pin add dune -n 3.19.1
146
+
147
# Work-around a race between reinstalling mingw-w64-shims
148
# (because of conf-pkg-config optional dep) and installing other
149
# packages that implicitly depend on mingw-w64-shims.
.github/workflows/wasm_of_ocaml.yml
@@ -156,6 +156,9 @@ jobs:
156
157
158
159
160
161
162
- name: Set-up Binaryen
163
uses: Aandreba/[email protected]
164
0 commit comments