Skip to content

Commit

Permalink
Merge pull request #834 from PortsMaster/kloptops-patch-1
Browse files Browse the repository at this point in the history
Update pull_request.yaml
  • Loading branch information
kloptops authored Oct 23, 2024
2 parents 59f90e5 + d0a131f commit 028df3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,17 @@ jobs:
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
echo "Free Space Before"
df -h
- uses: actions/checkout@v4

- name: Clean out files part 2
run: |
echo "Free Space Before"
df -h
rm -rf .git
echo "Free Space"
echo "Free Space After"
df -h
- name: env - better defaulting of env vars;
Expand Down

0 comments on commit 028df3e

Please sign in to comment.