You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -462,7 +462,7 @@ jobs:
462
462
echo "::remove-matcher owner=coq-problem-matcher::" # remove problem matcher installed by Coq docker action, so we don't get duplicate warning annotations
463
463
## Test install target
464
464
make install
465
-
echo 'Require Import HoTT.HoTT.' | rocq -q
465
+
echo 'Require Import HoTT.HoTT.' | rocq repl -q
466
466
467
467
- name: Revert permissions
468
468
# to avoid a warning at cleanup time - https://github.com/coq-community/docker-coq-action#permissions
0 commit comments