diff --git a/etc/ci/github-actions-make.sh b/etc/ci/github-actions-make.sh index 26f1babf98..b74fb56495 100755 --- a/etc/ci/github-actions-make.sh +++ b/etc/ci/github-actions-make.sh @@ -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=""