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 f4b491c commit 6559f04Copy full SHA for 6559f04
.github/workflows/main.yml
@@ -8,15 +8,18 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- lambdapi-version: [lambdapi.2.3.0, lambdapi]
+ lambdapi-version: [lambdapi,lambdapi.2.4.0,lambdapi.2.3.1,lambdapi.2.3.0]
12
+ # lambdapi.2.3.0 dependencies require ocaml < 5.0.0
13
runs-on: ubuntu-latest
14
steps:
15
- name: Check out library
16
uses: actions/checkout@v3
17
- name: Install ocaml and opam
18
uses: ocaml/setup-ocaml@v2
19
with:
- ocaml-compiler: 4.14.0
20
+ ocaml-compiler: 4.14.1
21
+ - name: Install required libraries
22
+ run: sudo apt-get install -y libev-dev
23
- name: Setup opam (when testing the development version of lambdapi)
24
run: opam pin -n --dev-repo lambdapi
25
if: matrix.lambdapi-version == 'lambdapi'
0 commit comments