Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5adf9c6

Browse files
committedOct 7, 2024·
update Android CI
1 parent d315b99 commit 5adf9c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/build-android.yml

+5
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ jobs:
127127
sudo rm -rf /var/cache/*
128128
df -h
129129
130+
- name: Delete Gradle cache
131+
run: |
132+
rm -rf $HOME/.gradle
133+
echo "Gradle cache deleted successfully"
134+
130135
- uses: actions/upload-artifact@v4
131136
with:
132137
name: android-apk-build

0 commit comments

Comments
 (0)
Please sign in to comment.