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
83cd095dcf
commit
11aa0a3247
1 changed files with 1 additions and 6 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
|
@ -32,12 +32,7 @@ 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
|
||||
opam-pin: "*.opam,vendor/atomic/*.opam"
|
||||
|
||||
- run: opam install . --deps-only --with-test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue