mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
CI: Install optipng for the lint workflow
PNG size check was silently skipped in CI because optipng was not installed in the runner.
This commit is contained in:
parent
a00a5c9ac5
commit
e51f062d6b
2
.github/workflows/lint-code.yml
vendored
2
.github/workflows/lint-code.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
run: |
|
||||
set -e
|
||||
|
||||
brew install curl flake8 llvm@19 ninja shellcheck swift-format unzip
|
||||
brew install curl flake8 llvm@19 ninja optipng shellcheck swift-format unzip
|
||||
|
||||
# Note: gn isn't available in homebrew :(
|
||||
# Corresponds to https://gn.googlesource.com/gn/+/225e90c5025bf74f41dbee60d9cde4512c846fe7
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user