From e51f062d6b160666bf005b94d92eaa2a27f6cf8f Mon Sep 17 00:00:00 2001 From: InvalidUsernameException Date: Tue, 11 Feb 2025 20:47:53 +0100 Subject: [PATCH] CI: Install optipng for the lint workflow PNG size check was silently skipped in CI because optipng was not installed in the runner. --- .github/workflows/lint-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-code.yml b/.github/workflows/lint-code.yml index 2288b1e1af3..ca901dba922 100644 --- a/.github/workflows/lint-code.yml +++ b/.github/workflows/lint-code.yml @@ -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