Skip to content

Commit

Permalink
Change binary path in Coq axiom check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhtrankhanh authored Nov 2, 2024
1 parent a8f9d07 commit d4d4246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/axioms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Run coqchk and compare result
run: |
s=$( /snap/coq-prover/current/coq-platform/bin/coqchk -silent --output-context -R theories/ CoqCP $(ls **/*.vo | awk -F'/' '{split($NF, a, "."); print "CoqCP."a[1]}') 2>&1 )
s=$( coqchk -silent --output-context -R theories/ CoqCP $(ls **/*.vo | awk -F'/' '{split($NF, a, "."); print "CoqCP."a[1]}') 2>&1 )
expected=$(cat << 'EOF'
CONTEXT SUMMARY
===============
Expand Down

0 comments on commit d4d4246

Please sign in to comment.