File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: MPL-2.0
22# Gates the ECHIDNA dogfood proof corpus (proofs/{coq,lean,agda}) in CI.
3- # (Bisecting a startup_failure: restoring jobs one at a time .)
3+ # (Bisecting a startup_failure: isolating the taiki-e/install-action step .)
44name : Dogfood Proof Corpus
55
66on :
@@ -32,17 +32,10 @@ jobs:
3232 steps :
3333 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
35- - name : Install Coq
36- run : |
37- set -euo pipefail
38- sudo apt-get update -qq || sudo apt-get update -qq --fix-missing
39- sudo apt-get install -y --fix-missing coq
40- coqc --version
41-
4235 - name : Install just
4336 uses : taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1
4437 with :
4538 tool : just@1.51.0
4639
47- - name : Type-check Coq corpus
48- run : just proofs-coq
40+ - name : Smoke
41+ run : just --version
You can’t perform that action at this time.
0 commit comments