We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d02e4 commit 0698071Copy full SHA for 0698071
etc/ci/github-actions-make.sh
@@ -21,7 +21,7 @@ if [ "$1" == "--warnings" ]; then
21
shift
22
fi
23
if [ ! -z "${reportify}" ]; then
24
- 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"
25
26
27
make_one_time_file_real=""
0 commit comments