Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed May 21, 2024
1 parent c6b878e commit f37693c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: android-actions/setup-android@v3

- name: Install Android SDK Packages
run: "sdkmanager 'build-tools;34.0.0 ndk;${{ env.ANDROID_NDK_VERSION }} platforms;android-33'"
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 f37693c

Please sign in to comment.