Skip to content

Commit d216ff2

Browse files
committed
compile demo5 in a workflow too
Signed-off-by: Kakadu <Kakadu@pm.me>
1 parent ffe13d9 commit d216ff2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/master.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
OPAMROOT: /home/user/.opam
1212
OPAMYES: true
1313

14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-latest
1515
container:
1616
image: kakadu18/ocaml:pltlab
1717
options: --user user
@@ -30,7 +30,11 @@ jobs:
3030

3131
- run: opam pin . --yes --no-action
3232
- run: opam pin add https://github.com/PLTools/OCanren.git --yes
33+
- run: opam pin add https://github.com/PLTools/noCanren.git --yes
34+
3335
- run: opam install OCanren-base-example --yes --deps-only --with-test
3436
- run: opam exec -- dune build
3537
- run: opam exec -- dune runtest
3638
- run: opam exec -- make -C demo3make
39+
40+
- run: opam exec -- make -C demo5make

0 commit comments

Comments
 (0)