Skip to content

Commit

Permalink
fdsg
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedonboy committed Jan 28, 2025
1 parent b7bc549 commit b32fbb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
steps:
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
packages: 'build-tools'

- name: Build SampleApplication
run: zipalign --no-daemon build
run: |
echo $ANDROID_HOME
zipalign --no-daemon build

0 comments on commit b32fbb9

Please sign in to comment.