From b0ddce2395a368dc9c67c3da413d1f0344917778 Mon Sep 17 00:00:00 2001 From: Nan Date: Wed, 7 Feb 2024 11:45:18 -0800 Subject: [PATCH] [ci] update setup android step Motivation: - This step started failing recently on PRs. Solution: - Although we don't know the cause of the sudden failures, let's try `android-actions/setup-android` instead - `maxim-lobanov/setup-android-tools` hasn't had any updates in 4 years --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5880a10486..313c7abc30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,12 +19,9 @@ jobs: with: gradle-version: 7.3.1 - name: "[Setup] Android" - uses: maxim-lobanov/setup-android-tools@v1 + uses: android-actions/setup-android@v3 with: - packages: | - platforms;android-31 - build-tools;31.0.0 - cache: true + cmdline-tools-version: 9477386 - name: "[Test] Linting" working-directory: OneSignalSDK run: |