From 3aaa237eecb1beb1e4be32c290021390af58bca7 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 26 Feb 2026 10:11:00 -0500 Subject: [PATCH] CI --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c53a0b18..c176ad97 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,7 +21,7 @@ jobs: allow-prerelease-opam: true # # TODO: remove when it's on opam - - run: opam pin ambient-context https://github.com/ocaml-tracing/ocaml-ambient-context.git -y -n + - run: opam pin ambient-context https://github.com/ocaml-tracing/ambient-context.git -y -n - name: Deps run: opam install odig opentelemetry opentelemetry-lwt opentelemetry-client-ocurl opentelemetry-cohttp-lwt diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6df5f0fd..980c9505 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,7 +47,7 @@ jobs: opam install pbrt -y # TODO: remove when it's on opam - - run: opam pin ambient-context https://github.com/ocaml-tracing/ocaml-ambient-context.git -y -n + - run: opam pin ambient-context https://github.com/ocaml-tracing/ambient-context.git -y -n # We cannot install packages that need eio on ocaml versions before 5 - run: |