Skip to content

Commit

Permalink
Merge pull request #6 from Drsheppard01/main
Browse files Browse the repository at this point in the history
Update oxipng via upstream
  • Loading branch information
mgord9518 authored Jun 13, 2024
2 parents e2b5289 + d763a7a commit 62c6add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clean_exit() {

# Use oxipng if in GH Actions
if [ $GITHUB_ACTIONS ]; then
wget -O - 'https://github.com/shssoichiro/oxipng/releases/download/v5.0.1/oxipng-5.0.1-x86_64-unknown-linux-musl.tar.gz' \
wget -O - 'https://github.com/shssoichiro/oxipng/releases/download/v9.1.1/oxipng-9.1.1-x86_64-unknown-linux-musl.tar.gz' \
| tar --strip-components 1 -xzvf -
fi

Expand Down

0 comments on commit 62c6add

Please sign in to comment.