We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a769fc7 + 3f22053 commit a1c0760Copy full SHA for a1c0760
1 file changed
.github/workflows/CICD.yml
@@ -642,7 +642,7 @@ jobs:
642
;;
643
esac
644
# 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
+ if [ -z "${{ matrix.job.features }}" ]; then ARTIFACTS_SUFFIX='-nofeatures' ; fi
646
outputs CARGO_CMD
647
outputs CARGO_CMD_OPTIONS
648
outputs ARTIFACTS_SUFFIX
0 commit comments