Skip to content

Commit

Permalink
Use pwd in reportify-coq to fix build in submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Mar 22, 2024
1 parent 50d02e4 commit 0698071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/github-actions-make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "$1" == "--warnings" ]; then
shift
fi
if [ ! -z "${reportify}" ]; then
reportify="COQC=etc/coq-scripts/github/reportify-coq.sh${reportify} ${COQBIN}coqc"
reportify="COQC=$(pwd)/etc/coq-scripts/github/reportify-coq.sh${reportify} ${COQBIN}coqc"
fi

make_one_time_file_real=""
Expand Down

0 comments on commit 0698071

Please sign in to comment.