Skip to content

Commit

Permalink
clean diskspace
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Aug 21, 2023
1 parent fb42b19 commit 24fab59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
shell: bash -l {0}

steps:
- name: Create more disk space
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY" && sudo df -H
- name: Create more disk space
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY" && sudo df -H

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 24fab59

Please sign in to comment.