We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf9b7a commit 9711589Copy full SHA for 9711589
.github/workflows/ci.yml
@@ -142,15 +142,15 @@ jobs:
142
chmod +x _build/install/default/bin/*
143
144
- name: Use OCaml ${{matrix.ocaml_compiler}}
145
- uses: ocaml/setup-ocaml@v2
+ uses: ocaml/setup-ocaml@v2.1.7
146
if: matrix.os != 'windows-latest'
147
with:
148
ocaml-compiler: ${{matrix.ocaml_compiler}}
149
opam-pin: false
150
opam-depext: false
151
152
- name: Use OCaml ${{matrix.ocaml_compiler}} (Win)
153
154
if: matrix.os == 'windows-latest'
155
156
0 commit comments