Skip to content

Commit 7e4c3ec

Browse files
committed
CI debug
1 parent 677d424 commit 7e4c3ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ jobs:
116116
- name: Include MP-Core?
117117
run: |
118118
export HAVE_MP_CORE=`$ML_CMD "fprintf('%d', have_feature('mp_core'))"`
119+
echo "HAVE_MP_CORE=${HAVE_MP_CORE}"
119120
export INCLUDE_MP_CORE=${HAVE_MP_CORE: -1}
121+
echo "INCLUDE_MP_CORE=${INCLUDE_MP_CORE}"
120122
echo "INCLUDE_MP_CORE=${INCLUDE_MP_CORE}" >> $GITHUB_ENV
121123
122124
- name: Test GLPK availability, print version number

0 commit comments

Comments
 (0)