mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
use an opam pin in CI
This commit is contained in:
parent
26e70ed1af
commit
ee144aec22
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -42,8 +42,8 @@ jobs:
|
|||
allow-prerelease-opam: true
|
||||
|
||||
- run: |
|
||||
opam pin pbrt 4.0 -y -n
|
||||
opam install pbrt -y
|
||||
opam pin trace https://github.com/ocaml-tracing/ocaml-trace.git#simon/full-refactor-open-sum-types-no-more-manual-spans -y -n
|
||||
opam install pbrt 4.0 -y
|
||||
|
||||
# We cannot install packages that need eio on ocaml versions before 5
|
||||
- run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue