Skip to content

Commit

Permalink
Update android-debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Minecrafter-Pythoner authored Nov 8, 2024
1 parent f545ee5 commit 566f014
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4


- name: Give Gradlew Execution Permissions
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew build --no-daemon

Expand Down

0 comments on commit 566f014

Please sign in to comment.