Skip to content

Commit b160044

Browse files
committed
fix: use rocq repl not recoq
Signed-off-by: Ali Caglayan <[email protected]>
1 parent b4f610f commit b160044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ jobs:
462462
echo "::remove-matcher owner=coq-problem-matcher::" # remove problem matcher installed by Coq docker action, so we don't get duplicate warning annotations
463463
## Test install target
464464
make install
465-
echo 'Require Import HoTT.HoTT.' | rocq -q
465+
echo 'Require Import HoTT.HoTT.' | rocq repl -q
466466
467467
- name: Revert permissions
468468
# to avoid a warning at cleanup time - https://github.com/coq-community/docker-coq-action#permissions

0 commit comments

Comments
 (0)