Skip to content

Commit 58857b4

Browse files
committed
f - test
1 parent 4bff749 commit 58857b4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/actions/cleanup-android/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ runs:
99
run: |
1010
echo "Removing android toolchain to free up disk space..."
1111
sudo rm -rf /usr/local/lib/android
12+
sudo mkdir /usr/local/lib/android
1213
df -h

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Clean up runner space
3333
uses: ./.github/actions/cleanup-space
3434

35+
- name: Clean up runner space (android)
36+
uses: ./.github/actions/cleanup-android
37+
3538
- name: go cache
3639
uses: actions/cache@v3
3740
with:
@@ -63,9 +66,6 @@ jobs:
6366
- name: wasm compile
6467
run: make wasm
6568

66-
- name: Clean up runner space (android)
67-
uses: ./.github/actions/cleanup-android
68-
6969
########################
7070
# lint code
7171
########################

0 commit comments

Comments
 (0)