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.
2 parents 579b9d7 + 353c14e commit c9f775cCopy full SHA for c9f775c
.github/workflows/ci.yml
@@ -147,15 +147,15 @@ jobs:
147
chmod +x _build/install/default/bin/*
148
149
- name: Use OCaml ${{matrix.ocaml_compiler}}
150
- uses: ocaml/setup-ocaml@v2.1.7
+ uses: ocaml/setup-ocaml@v2
151
if: matrix.os != 'windows-latest'
152
with:
153
ocaml-compiler: ${{matrix.ocaml_compiler}}
154
opam-pin: false
155
opam-depext: false
156
157
- name: Use OCaml ${{matrix.ocaml_compiler}} (Win)
158
159
if: matrix.os == 'windows-latest'
160
161
0 commit comments