From e0c4b8df6f3039088be826ea61e88194b6eef31a Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Tue, 1 Jul 2025 15:18:14 +0200 Subject: [PATCH] chore: remove runner deps install step (#19527) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/build-mobile.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build-mobile.yml b/.github/workflows/build-mobile.yml index 842065585c..a048536b2f 100644 --- a/.github/workflows/build-mobile.yml +++ b/.github/workflows/build-mobile.yml @@ -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 }}