Skip to content

Commit

Permalink
Ready to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
omodei committed Aug 22, 2022
1 parent 25d5330 commit a45e699
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,12 @@ jobs:
- name: Maximize build space
run: |
echo " ----- Disk space before cleaning ----- "
df -h
df -h /home
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
echo " ----- Disk space after cleaning ----- "
df -h
df -h /home
if: runner.os == 'Linux'
- uses: actions/checkout@v2
Expand Down

0 comments on commit a45e699

Please sign in to comment.