Skip to content

Commit

Permalink
Github Actions: Update cmake-win64.yml
Browse files Browse the repository at this point in the history
correct png directory
  • Loading branch information
zdenop authored Nov 25, 2024
1 parent 22b424d commit 89d08fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
curl -sSL https://download.sourceforge.net/libpng/lpng1644.zip -o lpng1644.zip
unzip.exe -qq lpng1644.zip
cd lpng1643
cd lpng1644
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 89d08fa

Please sign in to comment.