Skip to content

Commit a6bb541

Browse files
committed
Pin dune
1 parent 8ace1cb commit a6bb541

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ jobs:
112112
dune-cache: true
113113
opam-pin: false
114114

115+
- name: Pin dune
116+
run: |
117+
opam pin add dune.3.17 https://github.com/ocaml/dune.git#3.17
118+
115119
- run: opam install conf-pkg-config
116120
if: runner.os == 'Windows'
117121

.github/workflows/lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
ocaml-compiler: "5.2"
1919
dune-cache: true
20+
- name: Pin dune
21+
run: |
22+
opam pin add -n dune.3.17 https://github.com/ocaml/dune.git#3.17
2023
- uses: ocaml/setup-ocaml/lint-opam@v3
2124

2225
lint-fmt:
@@ -29,6 +32,9 @@ jobs:
2932
with:
3033
ocaml-compiler: "5.2"
3134
dune-cache: true
35+
- name: Pin dune
36+
run: |
37+
opam pin add -n dune.3.17 https://github.com/ocaml/dune.git#3.17
3238
- uses: ocaml/setup-ocaml/lint-fmt@v3
3339

3440
lint-runtime:

0 commit comments

Comments
 (0)