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 a73629d commit 3ebe7beCopy full SHA for 3ebe7be
.github/workflows/main.yml
@@ -12,23 +12,23 @@ jobs:
12
matrix:
13
include:
14
- os: ubuntu-latest
15
- ocaml-compiler: 4.14.0
+ ocaml-compiler: 5.2.0
16
- os: macos-latest
17
- ocaml-compiler: 4.13.1
18
19
runs-on: ${{ matrix.os }}
20
21
steps:
22
- name: Checkout code
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
24
25
- name: Use OCaml ${{ matrix.ocaml-compiler }}
26
uses: ocaml/setup-ocaml@v2
27
with:
28
ocaml-compiler: ${{ matrix.ocaml-compiler }}
29
30
- run: opam install -t --deps-only .
31
-
+
32
- run: opam exec -- make
33
34
- run: opam exec -- make -C test
0 commit comments