added cd command in attempt to fix CI issue
This commit is contained in:
parent
60ea46de44
commit
dcc1b0d5b2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -23,4 +23,4 @@ jobs:
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x ./ClimateGoApp/gradlew
|
run: chmod +x ./ClimateGoApp/gradlew
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./ClimateGoApp/gradlew build
|
run: cd ClimateGoApp && ./gradlew build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue