Skip to content

Commit

Permalink
Add missing quote.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Sep 14, 2023
1 parent 976df99 commit 9c92fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ jobs:
variant=$(sdk-src/build_scripts/desktop/get_variant.sh "${pkg}")
additional_flags=(${verbose_flag})
# Several build targets require to use LLVM binutils.
if [[ "${{ matrix.sdk_platform }}" == "darwin" || ${{ matrix.sdk_platform }}" == "windows" ]]; then
if [[ "${{ matrix.sdk_platform }}" == "darwin" || "${{ matrix.sdk_platform }}" == "windows" ]]; then
# MacOS/Windows: use LLVM binutils for all architectures
additional_flags+=(-L)
fi
Expand Down

0 comments on commit 9c92fe6

Please sign in to comment.