File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ jobs:
1616 target : ${{ matrix.target }}
1717 os : linux
1818 jobs : 4
19- opamroot : /home/coq /.opam
19+ opamroot : /home/rocq /.opam
2020 configopts : -ignore-coq-version
2121 container :
22- image : coqorg/coq:latest-ocaml-4.14-flambda
22+ image : rocq/rocq-prover:9.0
2323 options : --user root
2424 steps :
2525 - name : Checkout
2626 uses : actions/checkout@v4
2727 with :
2828 submodules : true
2929 - name : OPAM dependencies
30- run : tools/runner.sh opam_install menhir
30+ run : tools/runner.sh opam_install coq-core menhir
3131 - name : Configure
3232 run : tools/runner.sh configure
3333 - name : Build
Original file line number Diff line number Diff line change 1919 opamroot : /home/coq/.opam
2020 configopts : -ignore-coq-version
2121 container :
22- image : coqorg/coq:8.13
22+ image : coqorg/coq:8.15
2323 options : --user root
2424 steps :
2525 - name : Checkout
You can’t perform that action at this time.
0 commit comments