Skip to content

Commit 098b2be

Browse files
Updating libpng to 1.6.45.
1 parent 98183ce commit 098b2be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/MacOS.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
uses: actions/cache@v4
6767
with:
6868
path: ~/png
69-
key: png-${{ runner.os }}-1.6.37-macOS
69+
key: png-${{ runner.os }}-1.6.45-macOS
7070

7171
- name: build-png
7272
if: steps.cache-png.outputs.cache-hit != 'true'
7373
run: |
74-
wget https://github.com/glennrp/libpng/archive/refs/tags/v1.6.37.tar.gz &> /dev/null
75-
tar zxf v1.6.37.tar.gz
76-
cd libpng-1.6.37
74+
wget https://github.com/glennrp/libpng/archive/refs/tags/v1.6.45.tar.gz &> /dev/null
75+
tar zxf v1.6.45.tar.gz
76+
cd libpng-1.6.45
7777
mkdir build
7878
cd build
7979
cmake .. -DCMAKE_INSTALL_PREFIX=~/png -DCMAKE_C_FLAGS="-Wno-implicit-function-declaration" -DPNG_ARM_NEON=off

0 commit comments

Comments
 (0)