Skip to content

Commit df2e2ce

Browse files
committed
Change nae of windows exe installer
1 parent 2345bcc commit df2e2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Download dependencies (SCIPOptSuite)
5959
shell: powershell
60-
run: wget https://github.com/scipopt/scip/releases/download/$(echo "v${{env.version}}" | tr -d '.')/SCIPOptSuite-${{ env.version }}-win64-VS15.exe -outfile scipopt-installer.exe
60+
run: wget https://github.com/scipopt/scip/releases/download/$(echo "v${{env.version}}" | tr -d '.')/SCIPOptSuite-${{ env.version }}-win64.exe -outfile scipopt-installer.exe
6161

6262
- name: Install dependencies (SCIPOptSuite)
6363
shell: cmd

0 commit comments

Comments
 (0)