Skip to content

Commit 316f5e3

Browse files
committed
Try static
1 parent 65700f8 commit 316f5e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ jobs:
2626

2727
- run: opam --version
2828

29-
- run: opam init -y --compiler=5.2.0 --disable-sandboxing
29+
- run: opam init -y --bare --disable-sandboxing
3030

31-
- run: opam install . -y --deps-only
31+
- run: opam switch create 5.2.0 --packages ocaml-option-static
32+
33+
- run: opam install . -y --deps-only
3234

3335
- run: opam exec -- dune build --display quiet --profile static
3436

0 commit comments

Comments
 (0)