From b9fe5884f794bd4c61c188979c247d25f160063a Mon Sep 17 00:00:00 2001 From: Jaap Frolich Date: Fri, 17 May 2024 11:04:57 +0200 Subject: [PATCH] try this --- .github/workflows/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 86206ba2..970e338a 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -25,6 +25,8 @@ jobs: uses: ocaml/setup-ocaml@v2 with: ocaml-compiler: ${{ matrix.ocaml-compiler }} + opam-local-packages: | + ocaml-option-static - run: opam install . --deps-only --with-test