Skip to content

Commit

Permalink
clean up clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
snissn committed May 29, 2024
1 parent b9a194a commit c60e4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:

- name: Clean up disk space
run: |
sudo apt-get clean
sudo rm -rf /var/log/*.log
apt-get clean
rm -rf /var/log/*.log
df -h
- name: Compilation
Expand Down

0 comments on commit c60e4c7

Please sign in to comment.