This commit is contained in:
Simon Cruanes 2026-04-15 10:58:45 -04:00
parent 5629555a72
commit 158e0ac4cd
2 changed files with 2 additions and 7 deletions

View file

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Deps - name: Deps
run: opam install thread-local-storage trace trace-tef trace-fuchsia ppx_trace run: opam install thread-local-storage lwt trace trace-tef trace-fuchsia ppx_trace
- name: Build - name: Build
run: opam exec -- odig odoc --cache-dir=_doc/ trace trace-tef trace-fuchsia ppx_trace run: opam exec -- odig odoc --cache-dir=_doc/ trace trace-tef trace-fuchsia ppx_trace

View file

@ -40,14 +40,9 @@ jobs:
- run: opam exec -- dune runtest -p trace-tef,trace-fuchsia - run: opam exec -- dune runtest -p trace-tef,trace-fuchsia
# with depopts # with depopts
- run: opam install hmap thread-local-storage - run: opam install thread-local-storage lwt
- run: opam exec -- dune build '@install' -p trace,trace-tef,trace-fuchsia - run: opam exec -- dune build '@install' -p trace,trace-tef,trace-fuchsia
- run: opam install picos_aux
if: ${{ !contains(matrix.container, 'ci-4.') }}
- run: opam exec -- dune build '@install' -p trace,trace-tef,trace-fuchsia
if: ${{ !contains(matrix.container, 'ci-4.') }}
- run: opam install mtime - run: opam install mtime
- run: opam exec -- dune build '@install' -p trace,trace-tef,trace-fuchsia - run: opam exec -- dune build '@install' -p trace,trace-tef,trace-fuchsia