Fix shell check warning

This commit is contained in:
Nyall Dawson 2022-11-18 16:30:40 +10:00
parent 4ca0b4b992
commit 5dc11e0f85

View File

@ -122,7 +122,7 @@ cmake \
-DCXX_EXTRA_FLAGS="${CLANG_WARNINGS}" \
-DWERROR=TRUE \
-DWITH_CLAZY=${WITH_CLAZY} \
${CMAKE_EXTRA_ARGS[*]} ..
"${CMAKE_EXTRA_ARGS[@]}" ..
echo "::endgroup::"
# Workaround https://github.com/actions/checkout/issues/760