Skip to content

Commit

Permalink
Fix partitions test disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed Apr 29, 2024
1 parent 4232afc commit f391dee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-partitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Free space as nvidia image is huge
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
Expand Down

0 comments on commit f391dee

Please sign in to comment.