try to fix CI

This commit is contained in:
Simon Cruanes 2022-03-21 16:42:40 -04:00
parent 7ba3109131
commit 83cd095dcf
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -32,9 +32,13 @@ jobs:
with: with:
ocaml-compiler: ${{ matrix.ocaml-compiler }} ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-depext-flags: --with-test opam-depext-flags: --with-test
opam-pin: false
opam-depext: false
- run: opam pin vendor/atomic/#HEAD -y -n - run: opam pin vendor/atomic/#HEAD -y -n
- run: opam pin . -n
- run: opam install . --deps-only --with-test - run: opam install . --deps-only --with-test
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl - run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl