Skip to content

Commit

Permalink
Version 1.6.42, built against zlib 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Jan 31, 2024
1 parent 39e4cd7 commit f174b6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/libpng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ concurrency:
cancel-in-progress: true

env:
ZLIB_VERSION: 1.2.13
PNG_VERSION: 1.6.39
ZLIB_VERSION: 1.3.1
PNG_VERSION: 1.6.42

jobs:
windows:
Expand All @@ -36,7 +36,7 @@ jobs:
run: |
mkdir deps
cd deps
Invoke-WebRequest https://ci.magnum.graphics/zlib-${{ env.ZLIB_VERSION }}-${{ matrix.os }}.zip -O zlib.zip
Invoke-WebRequest https://ci.magnum.graphics/zlib-${{ env.ZLIB_VERSION }}-${{ matrix.os }}.zip -OutFile zlib.zip
unzip zlib.zip
- name: Clone libpng
uses: actions/checkout@v2
Expand Down

0 comments on commit f174b6c

Please sign in to comment.