There was an error while loading. Please reload this page.
1 parent 5f1ff2b commit f2f3ffbCopy full SHA for f2f3ffb
1 file changed
.github/workflows/master.yml
@@ -34,9 +34,9 @@ jobs:
34
with:
35
submodules: true
36
37
- - run: opam pin add ./OCanren --yes --deps-only --with-test --with-doc
+ - run: opam pin add ./OCanren --yes --with-test --with-doc
38
working-directory: ./src
39
- - run: opam pin add ./noCanren --yes --deps-only --with-test --with-doc
+ - run: opam pin add ./noCanren --yes --with-test --with-doc
40
41
42
- run: opam install . --yes --deps-only --with-test --with-doc
0 commit comments