Skip to content

Commit 05d22a3

Browse files
committed
fixup! CI: move
1 parent ac74113 commit 05d22a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.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
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
3238
- uses: ocaml/setup-ocaml/lint-fmt@v3
3339

3440
lint-runtime:

0 commit comments

Comments
 (0)