diff --git a/.github/workflows/test-partitions.yml b/.github/workflows/test-partitions.yml index ee81038..ab494ab 100644 --- a/.github/workflows/test-partitions.yml +++ b/.github/workflows/test-partitions.yml @@ -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: