File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6363
6464 echo "::group::Install opam packages"
6565 opam pin add -n -k version coq ${{ matrix.rocq }}
66+ opam install --confirm-level=unsafe-yes --deps-only .
6667 # coq-serapi's dependencies are installed now to ensure
67- opam install --confirm-level=unsafe-yes --deps-only . coq-serapi
68- opam install --confirm-level=unsafe-yes coq-serapi
68+ # opam install --confirm-level=unsafe-yes coq-serapi
6969 echo "::endgroup::"
7070
7171 echo "::group::Print opam config (post-install)"
Original file line number Diff line number Diff line change 1919 (synopsis " A mechanization of the specification of ECMAScript regexes" )
2020 ( depends
2121 ( ocaml ( = 4 .14.2) )
22+ ; LATER: move to rocq-prover once dune plugin is updated: https://github.com/ocaml/dune/pull/12035
2223 ( coq ( >= 9 .1.0) ) ) )
2324
2425( package
You can’t perform that action at this time.
0 commit comments