Skip to content

Commit

Permalink
Merge branch 'main' into alex/rainbowkit-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bakoushin authored Sep 24, 2024
2 parents 1c9053e + b39dbf8 commit e217969
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ jobs:
# Temporarily disable checking for EPIPE error and use yes to accept all licenses
set +o pipefail
yes | sdkmanager "platform-tools" "platforms;android-${{ env.ANDROID_COMPILE_SDK_VERSION }}"
yes | sdkmanager --licenses
set -o pipefail
# Install Android SDK
sdkmanager "platform-tools" "platforms;android-${{ env.ANDROID_COMPILE_SDK_VERSION }}"
# Install Ninja
sudo apt-get install ninja-build
Expand Down

0 comments on commit e217969

Please sign in to comment.