Skip to content

Commit

Permalink
CI: set up MSVC environment before running CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
triplef committed Sep 11, 2023
1 parent 1e3cb77 commit 0d0666f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
with:
version: ${{ matrix.qt_version }}

- name: Setup MSVC environment for QMake
uses: ilammy/msvc-dev-cmd@v1

- name: Build library with CMake
run: |
cmake . ${{ matrix.additional_arguments }}
Expand Down Expand Up @@ -83,9 +86,6 @@ jobs:
cmake . ${{ matrix.additional_arguments }}
cmake --build .
- name: Setup MSVC environment for QMake
uses: ilammy/msvc-dev-cmd@v1

- name: Build basic example with QMake
working-directory: examples/basic/
run: |
Expand Down

0 comments on commit 0d0666f

Please sign in to comment.