Skip to content

Commit

Permalink
cleanup disk space on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
helpmefindaname committed Oct 6, 2023
1 parent a81e1e6 commit b5076bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: 3.8
- name: Cleanup Disk Space
- run: |
run: |
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
Expand Down

0 comments on commit b5076bb

Please sign in to comment.