Skip to content

Commit

Permalink
chore: add clean disk step to linux-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio committed Dec 17, 2020
1 parent f77f983 commit 4203bfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
needs: release
runs-on: ubuntu-arm64-latest
steps:
- name: free disk space
run: |
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
- uses: actions/checkout@v1
with:
fetch-depth: 1
Expand Down

0 comments on commit 4203bfc

Please sign in to comment.