File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
toolset : 14.1
147
147
148
148
- name : Install Qt
149
- uses : jurplel/install-qt-action@v3
149
+ uses : jurplel/install-qt-action@v4
150
150
with :
151
151
version : ${{ matrix.qt-version }}
152
152
host : " windows"
@@ -158,7 +158,7 @@ jobs:
158
158
- name : Configure CMake
159
159
run : cmake -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -B "${{ github.workspace }}/build" ${{ matrix.cmake-args }}
160
160
env :
161
- CMAKE_PREFIX_PATH : ${{ env.Qt5_Dir }}
161
+ CMAKE_PREFIX_PATH : " ${{ env.QT_ROOT_DIR }}/lib/cmake "
162
162
WORKSPACE_DIR : ${{ github.workspace }}
163
163
164
164
- name : Build
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.30.6-1-any.pkg.tar.zst
159
159
160
160
- name : Install Qt
161
- uses : jurplel/install-qt-action@v3
161
+ uses : jurplel/install-qt-action@v4
162
162
with :
163
163
version : " 5.15.2"
164
164
host : " windows"
@@ -170,15 +170,15 @@ jobs:
170
170
- name : Configure CMake
171
171
run : cmake -DCMAKE_BUILD_TYPE=Release -DCHECK_FOR_UPDATES=ON -DANTIMICROX_PKG_VERSION="GitHub Windows Release" -B '${{ github.workspace }}'/build
172
172
env :
173
- CMAKE_PREFIX_PATH : ${{env.Qt5_Dir}}
173
+ CMAKE_PREFIX_PATH : " ${{ env.QT_ROOT_DIR }}/lib/cmake "
174
174
175
175
- name : Build Installer
176
176
run : cmake --build '${{ github.workspace }}'/build --target package --parallel 8
177
177
178
178
- name : Configure CMake (portable)
179
179
run : cmake -DCMAKE_BUILD_TYPE=Release -DCHECK_FOR_UPDATES=ON -DANTIMICROX_PKG_VERSION="GitHub Portable Windows Release" -DPORTABLE_WIN=ON -B '${{ github.workspace }}'/build
180
180
env :
181
- CMAKE_PREFIX_PATH : ${{env.Qt5_Dir}}
181
+ CMAKE_PREFIX_PATH : " ${{ env.QT_ROOT_DIR }}/lib/cmake "
182
182
183
183
- name : Build ZIP Package
184
184
run : cmake --build '${{ github.workspace }}'/build --target package --parallel 8
You can’t perform that action at this time.
0 commit comments