Skip to content

Commit

Permalink
free space in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Alaanor authored Apr 3, 2023
1 parent 42159cb commit d8be85c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
changelog: ${{ steps.properties.outputs.changelog }}
steps:

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
# Check out current repository
- name: Fetch Sources
uses: actions/[email protected]
Expand Down

0 comments on commit d8be85c

Please sign in to comment.