mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
chore: CI
This commit is contained in:
parent
028d5ece71
commit
5944e4f9af
3 changed files with 6 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -27,6 +27,10 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
|
||||
# needed for depext to work
|
||||
- run: sudo apt-get update
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
|
||||
- name: Use OCaml ${{ matrix.ocaml-compiler }}
|
||||
uses: ocaml/setup-ocaml@v2
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
(depends
|
||||
(ocaml (>= "4.08"))
|
||||
(opentelemetry (= :version))
|
||||
(cohttp-lwt-unix :with-test)
|
||||
(odoc :with-doc)
|
||||
lwt)
|
||||
(tags
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ depends: [
|
|||
"dune" {>= "2.7"}
|
||||
"ocaml" {>= "4.08"}
|
||||
"opentelemetry" {= version}
|
||||
"cohttp-lwt-unix" {with-test}
|
||||
"odoc" {with-doc}
|
||||
"lwt"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue