Skip to content

Commit

Permalink
fix(ci): set working directory for android gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Feb 14, 2024
1 parent 70d55fc commit 788ab3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- run: ./gradlew ktlintCheck
env:
WORKING_DIRECTORY: android

0 comments on commit 788ab3f

Please sign in to comment.