Skip to content

Commit

Permalink
Fix path syntax on win-ci in powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Jan 19, 2024
1 parent e313b22 commit cc1b958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
ThrowOnNativeFailure
echo $env:HOME\apps\OpenCoarrays\bin | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
ThrowOnNativeFailure
$env:PATH += ;$env:HOME\apps\OpenCoarrays\bin
$env:PATH += ';' + $env:HOME + '\apps\OpenCoarrays\bin'
ThrowOnNativeFailure
cafrun --show
ThrowOnNativeFailure
Expand Down

0 comments on commit cc1b958

Please sign in to comment.