We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0550729 commit 6c5c8caCopy full SHA for 6c5c8ca
.github/workflows/build-linux-android.yml
@@ -26,6 +26,9 @@ jobs:
26
MY_KEYSTORE_BASE64: ${{ secrets.MY_KEYSTORE_BASE64 }}
27
run: |
28
echo $MY_KEYSTORE_BASE64 | base64 --decode > my.keystore
29
+
30
+ - name: Delete huge unnecessary tools folder
31
+ run: rm -rf /opt/hostedtoolcache
32
- name: Install dependencies
33
run: bash travis/install_dependencies.bash
34
- name: Build client
0 commit comments