Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Jeandemange <[email protected]>
  • Loading branch information
jeandemanged committed Dec 16, 2024
1 parent b388284 commit f87cc61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/snapshot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest] # macos-latest : Knitro does not yet support Java API on macOS, to be tried later on

fail-fast: false
defaults:
run:
shell: bash
steps:
- name: Install Knitro (Linux)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit f87cc61

Please sign in to comment.