We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe13d9 commit d216ff2Copy full SHA for d216ff2
1 file changed
.github/workflows/master.yml
@@ -11,7 +11,7 @@ jobs:
11
OPAMROOT: /home/user/.opam
12
OPAMYES: true
13
14
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
15
container:
16
image: kakadu18/ocaml:pltlab
17
options: --user user
@@ -30,7 +30,11 @@ jobs:
30
31
- run: opam pin . --yes --no-action
32
- run: opam pin add https://github.com/PLTools/OCanren.git --yes
33
+ - run: opam pin add https://github.com/PLTools/noCanren.git --yes
34
+
35
- run: opam install OCanren-base-example --yes --deps-only --with-test
36
- run: opam exec -- dune build
37
- run: opam exec -- dune runtest
38
- run: opam exec -- make -C demo3make
39
40
+ - run: opam exec -- make -C demo5make
0 commit comments