super bizarre...

This commit is contained in:
Daniel Carbone
2023-09-14 16:57:19 -05:00
parent d01a60fdb7
commit ff3e63d085
2 changed files with 12 additions and 0 deletions

View File

@@ -56,6 +56,12 @@ Invoke-WebRequest -Uri "${_dl_url}" -OutFile "${_dl_path}"
Write-Host "::endgroup::"
Write-Host "::group::Running choco uninstall jq"
choco uninstall jq
Write-Host "::endgroup::"
# install into tool cache
Write-Host "::group::Copying to tool cache"