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 2b8fd31 commit e119c8cCopy full SHA for e119c8c
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
path: ~/.opam
20
key: ${{ runner.os }}-ocaml-${{ matrix.ocaml-version }}
21
- name: setting up opam ...
22
- uses: avsm/setup-ocaml@v2
+ uses: avsm/setup-ocaml@v3
23
with:
24
ocaml-compiler: ${{ matrix.ocaml-version }}
25
- name: installing dependencies ...
0 commit comments