Skip to content

Commit a1c0760

Browse files
authored
Merge pull request #8114 from cakebaker/ci_add_missing_braces
ci: add missing braces
2 parents a769fc7 + 3f22053 commit a1c0760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ jobs:
642642
;;
643643
esac
644644
# needed for target "aarch64-apple-darwin". There are two jobs, and the difference between them is whether "features" is set
645-
if [ -z "${{ matrix.job.features" ]; then ARTIFACTS_SUFFIX='-nofeatures' ; fi
645+
if [ -z "${{ matrix.job.features }}" ]; then ARTIFACTS_SUFFIX='-nofeatures' ; fi
646646
outputs CARGO_CMD
647647
outputs CARGO_CMD_OPTIONS
648648
outputs ARTIFACTS_SUFFIX

0 commit comments

Comments
 (0)