From 069807185c333e4748fce584d7e9b50d9c42851e Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 22 Mar 2024 12:09:51 -0700 Subject: [PATCH] Use pwd in reportify-coq to fix build in submodules --- etc/ci/github-actions-make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=""