Skip to content

Commit

Permalink
Changed gradle executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
alfoirazabal committed Nov 22, 2023
1 parent bd1eec6 commit 816123c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
distribution: 'adopt'

- name: Change directory to Android SampleModule
run: cd ./SampleModule/gradle/wrapper/
run: cd ./SampleModule

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

0 comments on commit 816123c

Please sign in to comment.