Skip to content

Commit 9c92fe6

Browse files
committed
Add missing quote.
1 parent 976df99 commit 9c92fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cpp-packaging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ jobs:
554554
variant=$(sdk-src/build_scripts/desktop/get_variant.sh "${pkg}")
555555
additional_flags=(${verbose_flag})
556556
# Several build targets require to use LLVM binutils.
557-
if [[ "${{ matrix.sdk_platform }}" == "darwin" || ${{ matrix.sdk_platform }}" == "windows" ]]; then
557+
if [[ "${{ matrix.sdk_platform }}" == "darwin" || "${{ matrix.sdk_platform }}" == "windows" ]]; then
558558
# MacOS/Windows: use LLVM binutils for all architectures
559559
additional_flags+=(-L)
560560
fi

0 commit comments

Comments
 (0)