Skip to content

Commit 74ef05b

Browse files
committedJul 23, 2024
Change BARON download URL

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/test_branches.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ jobs:
519519
$BARON_DIR = "${env:TPL_DIR}/baron"
520520
echo "$BARON_DIR" | `
521521
Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
522-
$URL = "https://www.minlp.com/downloads/xecs/baron/current/"
522+
$URL = "https://minlp.com/downloads/xecs/baron/current/"
523523
if ( "${{matrix.TARGET}}" -eq "win" ) {
524524
$INSTALLER = "${env:DOWNLOAD_DIR}/baron_install.exe"
525525
$URL += "baron-win64.exe"

‎.github/workflows/test_pr_and_main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ jobs:
562562
$BARON_DIR = "${env:TPL_DIR}/baron"
563563
echo "$BARON_DIR" | `
564564
Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
565-
$URL = "https://www.minlp.com/downloads/xecs/baron/current/"
565+
$URL = "https://minlp.com/downloads/xecs/baron/current/"
566566
if ( "${{matrix.TARGET}}" -eq "win" ) {
567567
$INSTALLER = "${env:DOWNLOAD_DIR}/baron_install.exe"
568568
$URL += "baron-win64.exe"

0 commit comments

Comments
 (0)
Please sign in to comment.