From d4662358a466e0e8f55e1d8f845ff0373cf5ee81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20G=C3=B3mez=20Escandell?= Date: Mon, 18 Sep 2023 13:04:41 +0200 Subject: [PATCH] Clean up previous setup-go runs --- .github/workflows/qa-azure.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/qa-azure.yaml b/.github/workflows/qa-azure.yaml index 789e47834..6793a8fc9 100644 --- a/.github/workflows/qa-azure.yaml +++ b/.github/workflows/qa-azure.yaml @@ -46,6 +46,10 @@ jobs: uses: Ubuntu/WSL/.github/actions/wsl-install@main with: distro: "Ubuntu-Preview" + - name: Clean up Go + shell: powershell + # For some reason, this file interferes with setup-go + run: Remove-Item -Recurse "D:\actions-runner\_work\_tool\go\1.21.0\x64" - name: Set up Go uses: actions/setup-go@v4 with: