Skip to content

Commit

Permalink
[DEV] Increase build space for Update-version-info
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoscik committed Mar 21, 2024
1 parent 79e5b72 commit a381819
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,16 @@ jobs:
id-token: write

steps:
- name: Increase build space
run: |
echo "Before cleanup"
df -H
sudo rm -rf /usr/share/dotnet/*
sudo rm -rf /usr/local/lib/android/*
sudo rm -rf /opt/ghc/*
echo "After cleanup"
df -H
- uses: actions/checkout@v3
- name: Download environment artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit a381819

Please sign in to comment.