diff --git a/.github/workflows/static-checks.yaml b/.github/workflows/static-checks.yaml index 9b2103f995..9060814535 100644 --- a/.github/workflows/static-checks.yaml +++ b/.github/workflows/static-checks.yaml @@ -23,6 +23,10 @@ jobs: target_branch: ${{ github.base_ref }} GOPATH: ${{ github.workspace }} steps: + - name: Free disk space + run: | + sudo rm -rf /usr/share/dotnet + sudo rm -rf "$AGENT_TOOLSDIRECTORY" - name: Checkout code uses: actions/checkout@v3 with: