mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 19:25:28 -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
|
- run: opam install -t containers containers-data containers-thread --deps-only
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
|
|
||||||
|
- run: opam pin dune 2.9.3 -y -n
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
opam install -t containers --deps-only
|
opam install -t containers --deps-only
|
||||||
opam install containers-data containers-thread --deps-only # no test deps
|
opam install containers-data containers-thread --deps-only # no test deps
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue