Skip to content

Commit

Permalink
Reconfigured CI/CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
beradeep committed Dec 4, 2023
1 parent 2b29fda commit 8d0fcbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
java-version: '17'
distribution: 'adopt'

- name: Create local.properties with SDK location
run: |
echo "sdk.dir=${ANDROID_SDK_ROOT}" > local.properties
- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit 8d0fcbc

Please sign in to comment.