Skip to content

Commit 86aaf20

Browse files
committed
missing dollar sign
1 parent 7b63aac commit 86aaf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
elif [ "$RUNNER_OS" = "Windows" ]; then
5454
echo "vcpkg-setup-file=bootstrap-vcpkg.bat" >> "$GITHUB_OUTPUT"
5555
fi
56-
if [ {{ matrix.c_compiler }} != gcc ] || [ {{ matrix.build_type }} == 'Release' ]; then
56+
if [ "${{ matrix.c_compiler }}" != gcc ] || [ "${{ matrix.build_type }}" == 'Release' ]; then
5757
echo "enable_coverage=OFF" >> "$GITHUB_OUTPUT"
5858
else
5959
echo "enable_coverage=ON" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)