Skip to content

Commit

Permalink
CI debug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Oct 9, 2024
1 parent 8d5fda5 commit 200446e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: |
export HAVE_MP_CORE0=`echo "0"`
export HAVE_MP_CORE1=`echo "1"`
export HAVE_MP_CORE2=`echo "1%"`
export HAVE_MP_CORE=`$ML_CMD "fprintf('%d\\n', have_feature('mp_core'))"`
echo "HAVE_MP_CORE0=${HAVE_MP_CORE0}"
echo "HAVE_MP_CORE1=${HAVE_MP_CORE1}"
echo "HAVE_MP_CORE2=${HAVE_MP_CORE2}"
Expand All @@ -127,7 +127,7 @@ jobs:
echo "INCLUDE_MP_CORE0=${INCLUDE_MP_CORE0}"
echo "INCLUDE_MP_CORE1=${INCLUDE_MP_CORE1}"
echo "INCLUDE_MP_CORE2=${INCLUDE_MP_CORE2}"
export HAVE_MP_CORE=`$ML_CMD "fprintf('%d', have_feature('mp_core'))"`
export HAVE_MP_CORE=`$ML_CMD "fprintf('%d\n', have_feature('mp_core'))"`
echo "HAVE_MP_CORE=${HAVE_MP_CORE}"
export INCLUDE_MP_CORE=$(echo "$HAVE_MP_CORE" | grep -o '[01]' | tail -n 1)
echo "INCLUDE_MP_CORE=${INCLUDE_MP_CORE}"
Expand Down

0 comments on commit 200446e

Please sign in to comment.