github action: something sets OPAMCLI to 2.0, so no --confirm-level=yes available

This commit is contained in:
Hannes Mehnert 2022-11-11 13:58:46 +01:00
parent 7370ba85f6
commit af60225671

View File

@ -28,7 +28,7 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: opam install --confirm-level=unsafe-yes "mirage>4"
- run: opam install "mirage>4"
- run: opam exec -- mirage configure -t xen && make depend && dune build