Skip to content

Commit

Permalink
Add android sdk checksum for CCI
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepnanua-okta committed Sep 12, 2023
1 parent cbde4cc commit 2237e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/android_sdk_checksum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6821609e885d4b68f4066751949a9211f4196ab36df9d63f7a5f9037ca64e2d6 android-commandline.zip
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ commands:
steps:
- run: brew install wget
- run: wget --quiet --output-document="$HOME/android-commandline.zip" https://dl.google.com/android/repository/commandlinetools-mac-10406996_latest.zip
- run: (cp .circleci/android_sdk_checksum $HOME/checksum; cd $HOME; shasum -a256 -c checksum)
- run: set +o pipefail
- run: unzip "$HOME/android-commandline.zip" -d "$HOME"
- run: mkdir "$HOME/android-sdk"
Expand Down

0 comments on commit 2237e00

Please sign in to comment.