Skip to content

Commit

Permalink
Clean up previous setup-go runs
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Sep 18, 2023
1 parent 2d279b0 commit d466235
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/qa-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d466235

Please sign in to comment.