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 2371e13 commit e82ce82Copy full SHA for e82ce82
.github/workflows/ci.yml
@@ -17,8 +17,7 @@ jobs:
17
os:
18
- ubuntu-latest
19
- macos-latest
20
- ocaml-compiler:
21
- - '4.14.1'
+ ocaml-version:
22
- '5.1.0'
23
env:
24
EXAMPLES_DIR: "tlaplus-examples"
@@ -35,14 +34,13 @@ jobs:
35
34
sudo apt-get install --yes time
36
- uses: ocaml/setup-ocaml@v3
37
with:
38
- ocaml-compiler: ${{ matrix.ocaml-compiler }}
+ ocaml-compiler: ${{ matrix.ocaml-version }}
39
- uses: actions/cache@v4
40
id: cache
41
42
path: _build_cache
43
key: ${{ runner.os }}_build_cache
44
- name: Install optional dependencies
45
- if: startsWith(matrix.ocaml-compiler, '5.')
46
run: |
47
eval $(opam env)
48
make opam-deps-opt
0 commit comments