Skip to content

Commit

Permalink
feat: Update repo workflow file
Browse files Browse the repository at this point in the history
Grant executable permissions to the gradlew script
  • Loading branch information
AliElDerawi authored Jan 4, 2025
1 parent ae53890 commit 43b4717
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android-kotlin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
restore-keys: |
gradle-
# Step 5: Grant executable permissions to the gradlew script
- name: Grant execute permission for Gradlew
run: chmod +x ./gradlew

# Step 5: Build the project
- name: Build with Gradle
run: ./gradlew assembleDebug
Expand Down

0 comments on commit 43b4717

Please sign in to comment.