Skip to content

Commit

Permalink
install android sdk packages separately
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed May 21, 2024
1 parent 0192686 commit c6b878e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:
- name: Setup Android SDK
if: env.CI_BUILD_FOR == 'android'
uses: android-actions/setup-android@v3
with:
packages: "build-tools;34.0.0 ndk;${{ env.ANDROID_NDK_VERSION }} platforms;android-33"

- name: Install Android SDK Packages
run: "sdkmanager 'build-tools;34.0.0 ndk;${{ env.ANDROID_NDK_VERSION }} platforms;android-33'"

- name: Check lint
run: npm run ng lint
Expand Down

0 comments on commit c6b878e

Please sign in to comment.