File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ jobs:
16
16
target : ${{ matrix.target }}
17
17
os : linux
18
18
jobs : 4
19
- opamroot : /home/coq /.opam
19
+ opamroot : /home/rocq /.opam
20
20
configopts : -ignore-coq-version
21
21
container :
22
- image : coqorg/coq:latest-ocaml-4.14-flambda
22
+ image : rocq/rocq-prover:9.0
23
23
options : --user root
24
24
steps :
25
25
- name : Checkout
26
26
uses : actions/checkout@v4
27
27
with :
28
28
submodules : true
29
29
- name : OPAM dependencies
30
- run : tools/runner.sh opam_install menhir
30
+ run : tools/runner.sh opam_install coq-core menhir
31
31
- name : Configure
32
32
run : tools/runner.sh configure
33
33
- name : Build
Original file line number Diff line number Diff line change 19
19
opamroot : /home/coq/.opam
20
20
configopts : -ignore-coq-version
21
21
container :
22
- image : coqorg/coq:8.13
22
+ image : coqorg/coq:8.15
23
23
options : --user root
24
24
steps :
25
25
- name : Checkout
You can’t perform that action at this time.
0 commit comments