Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
ocaml-compiler:
- '4.14.1'
ocaml-version:
- '5.1.0'
env:
EXAMPLES_DIR: "tlaplus-examples"
Expand All @@ -35,14 +34,13 @@ jobs:
sudo apt-get install --yes time
- uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
ocaml-compiler: ${{ matrix.ocaml-version }}
- uses: actions/cache@v4
id: cache
with:
path: _build_cache
key: ${{ runner.os }}_build_cache
- name: Install optional dependencies
if: startsWith(matrix.ocaml-compiler, '5.')
run: |
eval $(opam env)
make opam-deps-opt
Expand Down