Skip to content

Commit

Permalink
feat(ci): set old command line tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuon committed Aug 2, 2024
1 parent 90e4b89 commit 3c2a3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Download and set up an older version of the Android Command Line Tools
- name: Download Android Command Line Tools (older version)
run: |
wget https://dl.google.com/android/repository/sdk-tools-linux-6858069.zip -O commandlinetools.zip
wget https://dl.google.com/android/repository/commandlinetools-linux-6858069_latest.zip -O commandlinetools.zip
unzip commandlinetools.zip -d ${ANDROID_SDK_ROOT}
rm commandlinetools.zip
Expand Down

0 comments on commit 3c2a3da

Please sign in to comment.