diff --git a/.github/workflows/functions.yaml b/.github/workflows/functions.yaml index 4512a041f6..143baf89a4 100644 --- a/.github/workflows/functions.yaml +++ b/.github/workflows/functions.yaml @@ -272,6 +272,14 @@ jobs: - uses: actions/checkout@v4 - uses: knative/actions/setup-go@main + - uses: endersonmenezes/free-disk-space@v3 + with: + remove_android: true + remove_dotnet: true + remove_haskell: true + remove_swap: true + rm_cmd: "rmz" # Faster than rm + - name: Start Podman run: sudo apt update && sudo apt install -y podman && podman system service --time=0 &