Skip to content

Commit 51124de

Browse files
committed
Pin dune
1 parent a674995 commit 51124de

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/js_of_ocaml.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ jobs:
141141
with:
142142
ocaml-compiler: ${{ matrix.ocaml-compiler }}
143143

144+
- name: Pin dune
145+
run: opam pin add dune -n 3.19.1
146+
144147
# Work-around a race between reinstalling mingw-w64-shims
145148
# (because of conf-pkg-config optional dep) and installing other
146149
# packages that implicitly depend on mingw-w64-shims.

.github/workflows/wasm_of_ocaml.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ jobs:
156156
with:
157157
ocaml-compiler: ${{ matrix.ocaml-compiler }}
158158

159+
- name: Pin dune
160+
run: opam pin add dune -n 3.19.1
161+
159162
- name: Set-up Binaryen
160163
uses: Aandreba/[email protected]
161164
with:

0 commit comments

Comments
 (0)