We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51e799 commit 8d02106Copy full SHA for 8d02106
.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.1.7
+ uses: ocaml/setup-ocaml@v2
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