mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
try to fix CI
This commit is contained in:
parent
7ba3109131
commit
83cd095dcf
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -32,9 +32,13 @@ jobs:
|
|||
with:
|
||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||
opam-depext-flags: --with-test
|
||||
opam-pin: false
|
||||
opam-depext: false
|
||||
|
||||
- run: opam pin vendor/atomic/#HEAD -y -n
|
||||
|
||||
- run: opam pin . -n
|
||||
|
||||
- run: opam install . --deps-only --with-test
|
||||
|
||||
- run: opam exec -- dune build @install -p opentelemetry,opentelemetry-lwt,opentelemetry-client-ocurl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue