We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1642e commit 77eadd8Copy full SHA for 77eadd8
.github/workflows/coq-windows.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Set up OCaml
44
uses: ocaml/setup-ocaml@v3
45
with:
46
- ocaml-compiler: 4.14.2
+ ocaml-compiler: 4.14
47
- run: opam install conf-time conf-gcc
48
- run: opam install 'ocamlfind>=1.9.7'
49
- run: opam pin add --kind=version coq ${{ env.COQ_VERSION }}
0 commit comments