Skip to content

Commit 938f77f

Browse files
committed
CI action latest updated to Rocq 9.0
1 parent 9a18217 commit 938f77f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:latest
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 menhir
3131
- name: Configure
3232
run: tools/runner.sh configure
3333
- name: Build

0 commit comments

Comments
 (0)