mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
ci: add missing braces
This commit is contained in:
parent
a769fc7904
commit
3f22053f72
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -642,7 +642,7 @@ jobs:
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
# needed for target "aarch64-apple-darwin". There are two jobs, and the difference between them is whether "features" is set
|
# needed for target "aarch64-apple-darwin". There are two jobs, and the difference between them is whether "features" is set
|
||||||
if [ -z "${{ matrix.job.features" ]; then ARTIFACTS_SUFFIX='-nofeatures' ; fi
|
if [ -z "${{ matrix.job.features }}" ]; then ARTIFACTS_SUFFIX='-nofeatures' ; fi
|
||||||
outputs CARGO_CMD
|
outputs CARGO_CMD
|
||||||
outputs CARGO_CMD_OPTIONS
|
outputs CARGO_CMD_OPTIONS
|
||||||
outputs ARTIFACTS_SUFFIX
|
outputs ARTIFACTS_SUFFIX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue