Skip to content

Commit

Permalink
Merge pull request #49 from kloptops/main
Browse files Browse the repository at this point in the history
Reduce space for github action.
  • Loading branch information
kloptops authored Feb 5, 2024
2 parents 1c0b3fb + f2b17db commit b8120ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:

- uses: actions/checkout@v4

- name: Clean out files for more 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"
rm -rf .git
- name: env - better defaulting of env vars;
id: env
run: |
Expand Down

0 comments on commit b8120ad

Please sign in to comment.