Skip to content

Commit

Permalink
Always configure MSVC
Browse files Browse the repository at this point in the history
Because we're not bothering to support mingw anymore.
  • Loading branch information
pcolby committed Apr 14, 2023
1 parent 18a029a commit 41e72ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,7 @@ jobs:
version: ${{ matrix.qt }}
modules: ${{ startsWith(matrix.qt, '6') && 'xmlpatterns' || '' }}
- name: Configure MSVC
if: ${{ contains(matrix.generator, 'nmake') }}
uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.msvcArch }}
- name: Build
run: |
qmake -o "$RUNNER_TEMP" -r -Wall -Wlogic -Wparser CONFIG+=release "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit 41e72ad

Please sign in to comment.