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 a857b5b commit c3593bcCopy full SHA for c3593bc
.github/workflows/doc.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v3
24
25
- name: setup ocaml
26
- uses: avsm/setup-ocaml@v3
+ uses: ocaml/setup-ocaml@v3
27
with:
28
ocaml-compiler: 4.14.2
29
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
fetch-tags: 'true'
64
65
- name: Use OCaml 4.14.x
66
67
68
ocaml-compiler: 4.14.x
69
opam-local-packages: |
0 commit comments