Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9c92fe6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /