Skip to content

Commit

Permalink
CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Oct 9, 2024
1 parent 677d424 commit 7e4c3ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ jobs:
- name: Include MP-Core?
run: |
export HAVE_MP_CORE=`$ML_CMD "fprintf('%d', have_feature('mp_core'))"`
echo "HAVE_MP_CORE=${HAVE_MP_CORE}"
export INCLUDE_MP_CORE=${HAVE_MP_CORE: -1}
echo "INCLUDE_MP_CORE=${INCLUDE_MP_CORE}"
echo "INCLUDE_MP_CORE=${INCLUDE_MP_CORE}" >> $GITHUB_ENV
- name: Test GLPK availability, print version number
Expand Down

0 comments on commit 7e4c3ec

Please sign in to comment.