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 4203bfc

Browse files
committedDec 17, 2020
chore: add clean disk step to linux-arm64
1 parent f77f983 commit 4203bfc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ jobs:
6868
needs: release
6969
runs-on: ubuntu-arm64-latest
7070
steps:
71+
- name: free disk space
72+
run: |
73+
sudo swapoff -a
74+
sudo rm -f /swapfile
75+
sudo apt clean
7176
- uses: actions/checkout@v1
7277
with:
7378
fetch-depth: 1

0 commit comments

Comments
 (0)
Please sign in to comment.