chore: remove runner deps install step (#19527)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
bo0tzz 2025-07-01 15:18:14 +02:00 committed by GitHub
parent 7f9689b4bc
commit e0c4b8df6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,12 +66,6 @@ jobs:
ref: ${{ inputs.ref || github.sha }}
persist-credentials: false
- name: Install missing deps
run: |
sudo add-apt-repository ppa:rmescandon/yq
sudo apt-get update
sudo apt-get install -y yq xz-utils ninja-build zstd
- name: Create the Keystore
env:
KEY_JKS: ${{ secrets.KEY_JKS }}