github actions

This commit is contained in:
Simon Cruanes 2024-08-28 12:43:30 -04:00
parent 9fb23bed4c
commit 6b81d1fca9
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -37,7 +37,7 @@ jobs:
- run: opam exec -- dune build @install - run: opam exec -- dune build @install
# install some depopts # install some depopts
- run: opam install thread-local-storage trace domain-local-await - run: opam pin picos --dev -y -n && opam install thread-local-storage trace domain-local-await # picos
if: matrix.ocaml-compiler == '5.2' if: matrix.ocaml-compiler == '5.2'
- run: opam exec -- dune build --profile=release --force @install @runtest - run: opam exec -- dune build --profile=release --force @install @runtest