We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98183ce commit 098b2beCopy full SHA for 098b2be
.github/workflows/MacOS.yml
@@ -66,14 +66,14 @@ jobs:
66
uses: actions/cache@v4
67
with:
68
path: ~/png
69
- key: png-${{ runner.os }}-1.6.37-macOS
+ key: png-${{ runner.os }}-1.6.45-macOS
70
71
- name: build-png
72
if: steps.cache-png.outputs.cache-hit != 'true'
73
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
+ wget https://github.com/glennrp/libpng/archive/refs/tags/v1.6.45.tar.gz &> /dev/null
+ tar zxf v1.6.45.tar.gz
+ cd libpng-1.6.45
77
mkdir build
78
cd build
79
cmake .. -DCMAKE_INSTALL_PREFIX=~/png -DCMAKE_C_FLAGS="-Wno-implicit-function-declaration" -DPNG_ARM_NEON=off
0 commit comments