Skip to content

Commit

Permalink
#3224 ci: fix if clause
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Feb 3, 2025
1 parent f33cdd5 commit 1fd1f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
version: ${{ matrix.qt-version }}
modules: ${{env.QT_MODULES}}
cache: true
- if: false == contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' )
- if: contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' )
name: Make sure MSVC is found on Windows for Qt 6
uses: ilammy/msvc-dev-cmd@v1

Expand Down

0 comments on commit 1fd1f17

Please sign in to comment.