Skip to content

Commit

Permalink
free disk space on framework test
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberHoward committed Oct 2, 2024
1 parent 4d0e906 commit bdcf977
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/framework-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ jobs:
if: hashFiles('Cargo.lock') == ''
working-directory: ./framework
run: cargo generate-lockfile
- name: Free up disk space on runner
run: |
df -h
rm -rf /usr/share/dotnet/
sudo apt-get remove -y 'php.*'
sudo apt-get remove -y '^dotnet-.*'
sudo apt-get remove -y azure-cli firefox powershell mono-devel
sudo apt-get autoremove -y
sudo apt-get clean
df -h
shell: bash
- uses: Swatinem/rust-cache@v2
with:
workspaces: "framework -> target"
Expand Down

0 comments on commit bdcf977

Please sign in to comment.