Skip to content

Commit

Permalink
Update Qt/MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsaenger committed Oct 8, 2024
1 parent 04d27c7 commit 70f1192
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.4.0'
version: '6.7.0'
target: 'desktop'
cached: true

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.4.0'
version: '6.7.0'
target: 'desktop'
arch: ${{ matrix.qt_arch }}
dir: ${{ github.workspace }}
Expand All @@ -107,14 +107,14 @@ jobs:
uses: actions/cache@v3
with:
path: MinGW
key: mingw-18.0
key: mingw-19.0
- name: Install MinGW
if: (runner.os == 'Windows') && (steps.cache-mingw.outputs.cache-hit != 'true')
shell: bash
run: |
choco install wget -y --no-progress
wget https://nuwen.net/files/mingw/mingw-18.0-without-git.exe
7z x mingw-18.0-without-git.exe
wget https://nuwen.net/files/mingw/mingw-19.0-without-git.exe
7z x mingw-19.0-without-git.exe
MinGW/set_distro_paths.bat
- name: Configure MinGW
if: runner.os == 'Windows'
Expand Down Expand Up @@ -212,14 +212,14 @@ jobs:
uses: actions/cache@v3
with:
path: MinGW
key: mingw-18.0
key: mingw-19.0
- name: Install MinGW
if: (runner.os == 'Windows') && (steps.cache-mingw.outputs.cache-hit != 'true')
shell: bash
run: |
choco install wget -y --no-progress
wget https://nuwen.net/files/mingw/mingw-18.0-without-git.exe
7z x mingw-18.0-without-git.exe
wget https://nuwen.net/files/mingw/mingw-19.0-without-git.exe
7z x mingw-19.0-without-git.exe
MinGW/set_distro_paths.bat
- name: Configure MinGW
if: runner.os == 'Windows'
Expand Down

0 comments on commit 70f1192

Please sign in to comment.