Skip to content

Commit 2f4fe17

Browse files
committed
updates github actions build script
1 parent f290bbc commit 2f4fe17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/run_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ echo
6969
${adios[@]} \
7070
${netcdf[@]} \
7171
${petsc[@]} \
72-
FC=gfortran MPIFC=mpif90 CC=gcc "${TESTFLAGS}"
72+
FC=gfortran MPIFC=mpif90 CC=gcc ${TESTFLAGS}
7373

7474
# checks
7575
if [[ $? -ne 0 ]]; then echo "configuration failed:"; cat config.log; echo ""; echo "exiting..."; exit 1; fi

0 commit comments

Comments
 (0)