Skip to content

Commit

Permalink
ds
Browse files Browse the repository at this point in the history
  • Loading branch information
Bollos00 committed Jan 4, 2024
1 parent eb8dc99 commit 9b340e2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/windows-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: windows-latest
runs-on: windows-2019

strategy:
matrix:
qt-version: [ 5.15.2, 6.5.3 ]
qt-version: [ '5.15.2', '6.5.3' ]

steps:
- uses: actions/checkout@v4
Expand All @@ -32,7 +32,12 @@ jobs:
with:
version: ${{ matrix.qt_version }}
host: 'windows'
target: 'desktop'
dir: '${{ github.workspace }}/Qt/'
modules: 'qtsvg'
arch: 'win64_msvc2019_64'
set-env: 'true'
setup-python: 'false'

- name: "Create build directory and run CMake"
run: "mkdir build && cd build && \
Expand Down

0 comments on commit 9b340e2

Please sign in to comment.