Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 49fb0b0

Browse files
committed
Try fixing CI
1 parent df4b2ea commit 49fb0b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737

3838
- run: npm install
3939

40-
- run: eval $(opam env) && dune build
40+
- run: opam install . --deps-only
41+
- run: eval $(opam env) && opam exec -- dune build

0 commit comments

Comments
 (0)