Skip to content

Commit

Permalink
Merged Pull Request '#61 address-cmake-downgrade->main : Apply `cmake…
Browse files Browse the repository at this point in the history
…` downgrade workaround.'

Apply `cmake` downgrade workaround.
  • Loading branch information
Automation51D authored Oct 20, 2023
2 parents b2ab647 + 689ab74 commit f466d9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/run-performance-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f466d9c

Please sign in to comment.