We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b63aac commit 86aaf20Copy full SHA for 86aaf20
.github/workflows/cmake-multi-platform.yml
@@ -53,7 +53,7 @@ jobs:
53
elif [ "$RUNNER_OS" = "Windows" ]; then
54
echo "vcpkg-setup-file=bootstrap-vcpkg.bat" >> "$GITHUB_OUTPUT"
55
fi
56
- if [ {{ matrix.c_compiler }} != gcc ] || [ {{ matrix.build_type }} == 'Release' ]; then
+ if [ "${{ matrix.c_compiler }}" != gcc ] || [ "${{ matrix.build_type }}" == 'Release' ]; then
57
echo "enable_coverage=OFF" >> "$GITHUB_OUTPUT"
58
else
59
echo "enable_coverage=ON" >> "$GITHUB_OUTPUT"
0 commit comments