Skip to content

Commit 1a01135

Browse files
committed
Debug windows CI
1 parent b34f7de commit 1a01135

File tree

1 file changed

+5
-0
lines changed
  • .github/actions/setup_optimizers_windows

1 file changed

+5
-0
lines changed

.github/actions/setup_optimizers_windows/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ runs:
5656
curl -L -o D:\installers\mosek.msi https://download.mosek.com/stable/10.2.0/moseksetupwin64x86.msi
5757
curl -L -o D:\installers\idaes-solvers.tar.gz https://github.com/IDAES/idaes-ext/releases/download/3.4.2/idaes-solvers-windows-x86_64.tar.gz
5858
59+
- name: List Installers
60+
shell: pwsh
61+
run: |
62+
ls D:\installers
63+
5964
- name: Setup Gurobi Installation
6065
shell: pwsh
6166
env:

0 commit comments

Comments
 (0)