Skip to content

Commit f2f3ffb

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
with:
3535
submodules: true
3636

37-
- run: opam pin add ./OCanren --yes --deps-only --with-test --with-doc
37+
- run: opam pin add ./OCanren --yes --with-test --with-doc
3838
working-directory: ./src
39-
- run: opam pin add ./noCanren --yes --deps-only --with-test --with-doc
39+
- run: opam pin add ./noCanren --yes --with-test --with-doc
4040
working-directory: ./src
4141

4242
- run: opam install . --yes --deps-only --with-test --with-doc

0 commit comments

Comments
 (0)