From d9b0489b6dd52d25eb94a1c3e40ac574375a6dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Fri, 24 May 2024 14:01:27 +0000 Subject: [PATCH] Force newest cmdline tools version on CI Change-Id: Ie915b3bf3d93804ab18915653b5d2b05745c6213 --- .github/workflows/Build.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 7902c7f24..ca6efa9df 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -289,6 +289,12 @@ jobs: - name: Setup Gradle uses: gradle/gradle-build-action@v3 + # TODO this workflow needs cmdline-tools 13.0 (for pixel_fold). Remove when not necessary. + - name: Setup Android SDK + uses: android-actions/setup-android@v3 + with: + cmdline-tools-version: 11076708 + - name: Build projects and run instrumented screenshot tests id: dropshotsverify continue-on-error: true