Skip to content

Commit

Permalink
Try again with chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kuczera committed Aug 3, 2024
1 parent ceeac49 commit 10e8e1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ jobs:
gradle-version: wrapper
cache-read-only: false

- name: Make Gradlew Executable
shell: bash
run: chmod +x ./example/android/gradlew

- name: Build example for Android (debug)
run: cd example/android && ./gradlew assembleDebug

Expand Down

0 comments on commit 10e8e1e

Please sign in to comment.