Skip to content

Commit

Permalink
feat(ci): install platform tools
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbuon committed Jul 28, 2024
1 parent bc5bfb7 commit a7fbf94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
wget https://dl.google.com/android/repository/commandlinetools-linux-6609375_latest.zip -O commandlinetools.zip
unzip commandlinetools.zip -d ${ANDROID_SDK_ROOT}
rm commandlinetools.zip
${ANDROID_SDK_ROOT}/tools/bin/sdkmanager --install "platform-tools"
# Our build uses JDK7's rt.jar to make sure the artifact is fully
# compatible with Java 7, so we let this action set Java 7 up for us
Expand Down

0 comments on commit a7fbf94

Please sign in to comment.