Skip to content

Commit ca484ec

Browse files
authored
fix CI: set ocaml-compiler (#7)
1 parent ac3279c commit ca484ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out library
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
- name: Install ocaml and opam
1717
uses: ocaml/setup-ocaml@v2
18-
- name: Setup opam for testing the development version
18+
with:
19+
ocaml-compiler: 4.14.0
20+
- name: Setup opam (when testing the development version of lambdapi)
1921
run: opam pin -n --dev-repo lambdapi
2022
if: matrix.lambdapi-version == 'lambdapi'
2123
- name: Install ${{ matrix.lambdapi-version }}

0 commit comments

Comments
 (0)