Update build-windows.yml
This commit is contained in:
4
.github/workflows/build-windows.yml
vendored
4
.github/workflows/build-windows.yml
vendored
@@ -25,6 +25,10 @@ jobs:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
|
||||
- name: Fix zconf
|
||||
run: |
|
||||
move src\dependencies\zlib-1.2.13\zconf.h.in src\dependencies\zlib-1.2.13\zconf.h
|
||||
|
||||
- name: Configure CMake
|
||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
|
||||
|
||||
Reference in New Issue
Block a user