diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 0021c85a5..4ac6a9d84 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -174,7 +174,7 @@ jobs: # * determine sub-crate utility list UTILITY_LIST="$(./util/show-utils.sh ${CARGO_FEATURES_OPTION})" echo UTILITY_LIST=${UTILITY_LIST} - CARGO_UTILITY_LIST_OPTIONS="$(for u in ${UTILITY_LIST}; do echo -n "-puu_${u} g"; done;)" + CARGO_UTILITY_LIST_OPTIONS="$(for u in ${UTILITY_LIST}; do echo -n "-puu_${u} "; done;)" outputs CARGO_UTILITY_LIST_OPTIONS - name: Install/setup prerequisites shell: bash