Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
Change-Id: I7e638265ebc58132efe04a37efd27393a2545446
  • Loading branch information
JoseAlcerreca committed Jan 20, 2025
1 parent 3afbfa4 commit 16464b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,10 @@ jobs:
- name: Setup Android SDK
uses: android-actions/setup-android@v3

# # android-emulator-runner uses /latest
# - name: Replace cmdlinetools and set path
# run: |
# rm -rf ${{ env.ANDROID_HOME}}/cmdline-tools/latest
# android-emulator-runner uses /latest
- name: Remove old cmdlinetools
run: |
rm -rf ${{ env.ANDROID_HOME}}/cmdline-tools/latest
# mv ${{ env.ANDROID_HOME}}/cmdline-tools/11479570 ${{ env.ANDROID_HOME}}/cmdline-tools/latest
# echo ${{ env.ANDROID_HOME}}/cmdline-tools/latest/bin >> $GITHUB_PATH

Expand Down

0 comments on commit 16464b0

Please sign in to comment.