Skip to content

Commit 6fcfbdc

Browse files
author
Ray Zimmerman
committed
Debug CI.
1 parent d7241ff commit 6fcfbdc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Include IPOPT?
28-
if: startsWith(matrix.os, 'ubuntu')
2928
run: echo "INCLUDE_IPOPT=1" >> $GITHUB_ENV
3029

3130
- name: Include OSQP?
32-
if: matrix.platform == 'matlab' || (matrix.os != 'ubuntu-16.04' && matrix.os != 'ubuntu-18.04')
31+
if: startsWith(matrix.os, 'ubuntu')
3332
run: echo "INCLUDE_OSQP=1" >> $GITHUB_ENV
3433

3534
- name: Cache IPOPT Libs (macOS)

0 commit comments

Comments
 (0)