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