mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
force dune 2.9 in CI
This commit is contained in:
parent
ef9851983f
commit
eadfa4981a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -38,6 +38,8 @@ jobs:
|
|||
- run: opam install -t containers containers-data containers-thread --deps-only
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
|
||||
- run: opam pin dune 2.9.3 -y -n
|
||||
|
||||
- run: |
|
||||
opam install -t containers --deps-only
|
||||
opam install containers-data containers-thread --deps-only # no test deps
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue