From 689ab74cfb4549bb01a719cc62db215eed6236cb Mon Sep 17 00:00:00 2001 From: Maksym Kucherov Date: Thu, 19 Oct 2023 17:08:31 +0300 Subject: [PATCH] Try curl downgrade workaround. (cherry picked from commit 7c254b0e83a55a91eae9f5b34932d0e43c91c962) --- ci/run-performance-tests.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/run-performance-tests.ps1 b/ci/run-performance-tests.ps1 index 03f62251..128aa7d7 100644 --- a/ci/run-performance-tests.ps1 +++ b/ci/run-performance-tests.ps1 @@ -7,6 +7,8 @@ param( [string]$Arch = "x64" ) +# workaround, see https://github.com/actions/runner-images/issues/8598 +$env:PATH = $env:PATH -replace "C:\\Strawberry\\c\\bin;" $RepoPath = [IO.Path]::Combine($pwd, $RepoName) $CommonPath = $pwd