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