We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bff749 commit 58857b4Copy full SHA for 58857b4
.github/actions/cleanup-android/action.yaml
@@ -9,4 +9,5 @@ runs:
9
run: |
10
echo "Removing android toolchain to free up disk space..."
11
sudo rm -rf /usr/local/lib/android
12
+ sudo mkdir /usr/local/lib/android
13
df -h
.github/workflows/main.yml
@@ -32,6 +32,9 @@ jobs:
32
- name: Clean up runner space
33
uses: ./.github/actions/cleanup-space
34
35
+ - name: Clean up runner space (android)
36
+ uses: ./.github/actions/cleanup-android
37
+
38
- name: go cache
39
uses: actions/cache@v3
40
with:
@@ -63,9 +66,6 @@ jobs:
63
66
- name: wasm compile
64
67
run: make wasm
65
68
- - name: Clean up runner space (android)
- uses: ./.github/actions/cleanup-android
-
69
########################
70
# lint code
71
0 commit comments