Skip to content

Commit

Permalink
Making gradlew executable
Browse files Browse the repository at this point in the history
  • Loading branch information
alfoirazabal committed Nov 22, 2023
1 parent af54568 commit e66e113
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
- name: Change directory to Android SampleModule
run: cd ./SampleModule

- name: Changed access mode for gradle executable
run: chmod +x ./gradlew

- name: Build Debug configuration
uses: gradle/[email protected]
with:
arguments: assembleDebug
gradle-executable: ./SampleModule

0 comments on commit e66e113

Please sign in to comment.