Skip to content

Commit

Permalink
use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 8, 2024
1 parent 5a08ea0 commit 70ea959
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,10 @@ jobs:
- name: create windows .lib
if: runner.os == 'Windows'
shell: cmd
run: |
echo %CONDA_PREFIX%
dir %CONDA_PREFIX%\gurobi110.dll
call generate_lib.bat
ls $CONDA_PREFIX
cmd.exe /c "generate_lib.bat"
- name: add gurobi license
id: write-license
Expand Down

0 comments on commit 70ea959

Please sign in to comment.