From 7ecddd1f5bd720c09d602d897832b5e938762325 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 6 Nov 2022 21:56:59 +0100 Subject: [PATCH] CI: fix a typo --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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