Skip to content

Commit

Permalink
Update cmake-win64.yml
Browse files Browse the repository at this point in the history
Use libpng 1.6.43
  • Loading branch information
zdenop committed Jun 7, 2024
1 parent 6db748d commit b0a10bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Build and Install libpng
shell: cmd
run: |
curl -sSL -o lpng1639.zip https://download.sourceforge.net/libpng/lpng1640.zip
unzip.exe -qq lpng1640.zip
cd lpng1639
curl -sSL -o lpng1643.zip https://download.sourceforge.net/libpng/lpng1643.zip
unzip.exe -qq lpng1643.zip
cd lpng1643
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=${{env.ILOC}} -DCMAKE_INSTALL_PREFIX=${{env.ILOC}} -DPNG_TESTS=OFF -DPNG_SHARED=OFF
cmake --build build --config Release --target install
cd ..
Expand Down

0 comments on commit b0a10bb

Please sign in to comment.