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 9309bc8 commit 2a9e0b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,8 @@ jobs:
$BARON_DIR = "${env:TPL_DIR}/baron"
echo "$BARON_DIR" | `
Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
$NEW_PYOMO_PATH = "$BARON_DIR;$PYOMO_PATH"
$CURRENT_PYOMO_PATH=$"{env:PYOMO_PATH}"
$NEW_PYOMO_PATH = "$BARON_DIR:$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 2a9e0b1

Please sign in to comment.