Skip to content

Commit

Permalink
Update pull_request.yaml
Browse files Browse the repository at this point in the history
Gotta check stuff. :|
  • Loading branch information
kloptops authored Oct 23, 2024
1 parent 59f90e5 commit d0a131f
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 d0a131f

Please sign in to comment.