mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09: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
Notes:
github-actions[bot]
2025-02-12 17:39:05 +00:00
Author: https://github.com/InvalidUsernameException
Commit: e51f062d6b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3544
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue