Skip to content

Commit

Permalink
Update cmake-win64.yml
Browse files Browse the repository at this point in the history
fix png link & version
  • Loading branch information
zdenop committed Apr 9, 2024
1 parent 96ad921 commit b57511b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-win64.yml
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Build and Install libpng
shell: cmd
run: |
curl -sSL https://download.sourceforge.net/libpng/lpng1639.zip -o lpng1640.zip
unzip.exe -qq lpng1640.zip
cd lpng1640
curl -sSL https://download.sourceforge.net/libpng/lpng1643.zip -o 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 b57511b

Please sign in to comment.