This commit is contained in:
2024-07-17 16:50:04 -06:00
parent 3ab173a89d
commit 6f08767437

View File

@@ -59,7 +59,7 @@ jobs:
working-directory: deps/zlib
if: ${{ matrix.os == 'windows' }}
- name: Build zlib
run: make && make install && ls
run: ls && make && make install && ls
working-directory: deps/zlib/build
if: ${{ matrix.os == 'windows' || matrix.os == 'ubuntu' }}
- name: Cache Boost