mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Update windows.yml
This commit is contained in:
parent
cdef2dc541
commit
6c18e00731
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -19,10 +19,10 @@ jobs:
|
|||
- name: Set up Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: '5.15'
|
||||
version: '5.15.2'
|
||||
host: 'windows'
|
||||
target: 'desktop'
|
||||
arch: 'win32'
|
||||
arch: 'win32_mingw81'
|
||||
dir: ${{ github.workspace }}/Qt
|
||||
|
||||
- name: Install Latest CMake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue