From 47ce0b2efdf7e4daa010b8813960353088e8d462 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 20 Jan 2026 20:02:51 -0500 Subject: [PATCH] CI: pin+install ambient-context --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1828f404..c6c6faa9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,9 @@ jobs: - run: | opam pin trace https://github.com/ocaml-tracing/ocaml-trace.git#simon/full-refactor-open-sum-types-no-more-manual-spans -y -n + opam pin ambient-context https://github.com/ocaml-tracing/ambient-context.git#simon/simpler-interface -y -n opam install pbrt.4.0 -y + opam install ambient-context # We cannot install packages that need eio on ocaml versions before 5 - run: |