Skip to content

Commit d41dc1d

Browse files
committed
setup-ocaml 3.0.13
1 parent 1f15af0 commit d41dc1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ jobs:
4141
node-version: 16
4242

4343
- name: Use OCaml 4.14.1
44-
uses: ocaml/setup-ocaml@v2
44+
uses: ocaml/setup-ocaml@v3.0.13
4545
with:
4646
ocaml-compiler: 4.14.1
4747
opam-pin: false
48-
opam-depext: false
4948

5049
- name: OPAM install
5150
run: opam install . --deps-only --with-test

0 commit comments

Comments
 (0)