Update build-windows.yml

This commit is contained in:
oxmc
2024-03-12 13:23:20 -07:00
committed by GitHub
parent ce120cafca
commit e53913b4f8

View File

@@ -27,7 +27,7 @@ jobs:
- name: Fix zconf - name: Fix zconf
run: | run: |
move src\dependencies\zlib-1.2.13\zconf.h.in src\dependencies\zlib-1.2.13\zconf.h move dependencies\zlib-1.2.13\zconf.h.in dependencies\zlib-1.2.13\zconf.h
- name: Configure CMake - 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. # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.