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: