Skip to content

Commit

Permalink
Fix zlib file name
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Sep 7, 2024
1 parent 64ae784 commit c004302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Download zlib
run: |
curl -L -o zlib.zip https://www.zlib.net/zlib131.zip
7z x zlib131.zip -ozlib-1.3.1
7z x zlib.zip -ozlib-1.3.1
cd zlib-1.3.1
mkdir build
cd build
Expand Down

0 comments on commit c004302

Please sign in to comment.