This commit is contained in:
2024-07-17 17:20:24 -06:00
parent dfa86143a9
commit 61a6ab922a

View File

@@ -63,7 +63,7 @@ jobs:
working-directory: deps/zlib/build
if: ${{ matrix.os == 'ubuntu' }}
- name: Build zlib for windows
run: './.github/workflows/scripts/win/zlib-build.bat x86_64'
run: './.github/workflows/scripts/win/zlib-build.bat x64'
if: ${{ matrix.os == 'windows' }}