From ff3e63d08526537e2538cab92d37006451cb1b68 Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Thu, 14 Sep 2023 16:57:19 -0500 Subject: [PATCH] super bizarre... --- scripts/windowsish-17.ps1 | 6 ++++++ scripts/windowsish.ps1 | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/scripts/windowsish-17.ps1 b/scripts/windowsish-17.ps1 index c58ce79..b0ab54e 100755 --- a/scripts/windowsish-17.ps1 +++ b/scripts/windowsish-17.ps1 @@ -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" diff --git a/scripts/windowsish.ps1 b/scripts/windowsish.ps1 index ce426ea..34d32f4 100755 --- a/scripts/windowsish.ps1 +++ b/scripts/windowsish.ps1 @@ -40,6 +40,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"