Skip to content

Commit

Permalink
Use empty-string for not-set
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Mar 1, 2024
1 parent 490a75f commit 3c06a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.msvcArch }}
toolset: ${{ startsWith(matrix.qt, '5') && '14.37' }} # MSVC 14.38+ has many deprecation issues with Qt5.
toolset: ${{ startsWith(matrix.qt, '5') && '14.37' || '' }} # MSVC 14.38+ has many deprecation issues with Qt5.
- name: Build
env:
PROJECT_BUILD_ID: ${{ github.run_number }}.win.${{ matrix.arch }}.${{ matrix.tool }}.qt-${{ matrix.qt }}
Expand Down

0 comments on commit 3c06a8a

Please sign in to comment.