File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,10 @@ jobs:
112
112
dune-cache : true
113
113
opam-pin : false
114
114
115
+ - name : Pin dune
116
+ run : |
117
+ opam pin add dune.3.17 https://github.com/ocaml/dune.git#3.17
118
+
115
119
- run : opam install conf-pkg-config
116
120
if : runner.os == 'Windows'
117
121
Original file line number Diff line number Diff line change 17
17
with :
18
18
ocaml-compiler : " 5.2"
19
19
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
20
23
- uses : ocaml/setup-ocaml/lint-opam@v3
21
24
22
25
lint-fmt :
29
32
with :
30
33
ocaml-compiler : " 5.2"
31
34
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
32
38
- uses : ocaml/setup-ocaml/lint-fmt@v3
33
39
34
40
lint-runtime :
You can’t perform that action at this time.
0 commit comments