Update windows.yml

This commit is contained in:
cmclark00 2024-08-14 00:31:32 -04:00 committed by GitHub
parent cdef2dc541
commit 6c18e00731
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,10 +19,10 @@ jobs:
- name: Set up Qt - name: Set up Qt
uses: jurplel/install-qt-action@v2 uses: jurplel/install-qt-action@v2
with: with:
version: '5.15' version: '5.15.2'
host: 'windows' host: 'windows'
target: 'desktop' target: 'desktop'
arch: 'win32' arch: 'win32_mingw81'
dir: ${{ github.workspace }}/Qt dir: ${{ github.workspace }}/Qt
- name: Install Latest CMake - name: Install Latest CMake