Skip to content

Commit d591d0c

Browse files
committed
CI
Signed-off-by: Kakadu <Kakadu@pm.me>
1 parent f2f3ffb commit d591d0c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/master.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
runs-on: ubuntu-latest
1919
container:
20-
image: kakadu18/ocaml:pltlab
20+
image: kakadu18/ocaml:pltools
2121
options: --user user
2222

2323
concurrency:
@@ -34,12 +34,12 @@ jobs:
3434
with:
3535
submodules: true
3636

37-
- run: opam pin add ./OCanren --yes --with-test --with-doc
38-
working-directory: ./src
39-
- run: opam pin add ./noCanren --yes --with-test --with-doc
40-
working-directory: ./src
37+
# - run: opam pin add ./OCanren --yes --with-test --with-doc
38+
# working-directory: ./src
39+
# - run: opam pin add ./noCanren --yes --with-test --with-doc
40+
# working-directory: ./src
4141

42-
- run: opam install . --yes --deps-only --with-test --with-doc
42+
- run: opam install . ./OCanren ./noCanren --yes --deps-only --with-test --with-doc
4343
working-directory: ./src
4444

4545
- name: List installed dependencies...

0 commit comments

Comments
 (0)