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 ac3279c commit ca484ecCopy full SHA for ca484ec
.github/workflows/main.yml
@@ -12,10 +12,12 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Check out library
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
16
- name: Install ocaml and opam
17
uses: ocaml/setup-ocaml@v2
18
- - name: Setup opam for testing the development version
+ with:
19
+ ocaml-compiler: 4.14.0
20
+ - name: Setup opam (when testing the development version of lambdapi)
21
run: opam pin -n --dev-repo lambdapi
22
if: matrix.lambdapi-version == 'lambdapi'
23
- name: Install ${{ matrix.lambdapi-version }}
0 commit comments