Загрузка pngquant

This commit is contained in:
2025-09-15 23:31:19 +03:00
parent 18ad769d33
commit 137c939e1d
+7
View File
@@ -24,6 +24,13 @@ jobs:
sudo apt-get update && sudo apt-get install -y --no-install-recommends android-sdk-build-tools sudo apt-get update && sudo apt-get install -y --no-install-recommends android-sdk-build-tools
fi fi
- name: Ensure pngquant is installed
run: |
if ! command -v pngquant &> /dev/null; then
echo "pngquant не найден, устанавливаем..."
sudo apt-get update && sudo apt-get install -y --no-install-recommends pngquant
fi
- name: Export secrets - name: Export secrets
env: env:
KEYSTORE: ${{ secrets.KEYSTORE }} KEYSTORE: ${{ secrets.KEYSTORE }}