Skip to content

Commit 6c5c8ca

Browse files
authored
Remove unnecessary tools folder during build
Added step to delete unnecessary tools folder to optimize build process.
1 parent 0550729 commit 6c5c8ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-linux-android.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
MY_KEYSTORE_BASE64: ${{ secrets.MY_KEYSTORE_BASE64 }}
2727
run: |
2828
echo $MY_KEYSTORE_BASE64 | base64 --decode > my.keystore
29+
30+
- name: Delete huge unnecessary tools folder
31+
run: rm -rf /opt/hostedtoolcache
2932
- name: Install dependencies
3033
run: bash travis/install_dependencies.bash
3134
- name: Build client

0 commit comments

Comments
 (0)