Skip to content

Commit

Permalink
I hate powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Jan 8, 2025
1 parent 2a9e0b1 commit 6a0be8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ jobs:
echo "$BARON_DIR" | `
Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
$CURRENT_PYOMO_PATH=$"{env:PYOMO_PATH}"
$NEW_PYOMO_PATH = "$BARON_DIR:$NEW_PYOMO_PATH"
$NEW_PYOMO_PATH = "${env:BARON_DIR}:${env:NEW_PYOMO_PATH}"
echo "PYOMO_PATH=$NEW_PYOMO_PATH" | `
Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
$URL = "https://minlp-downloads.nyc3.cdn.digitaloceanspaces.com/xecs/baron/current/"
Expand Down

0 comments on commit 6a0be8d

Please sign in to comment.