mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #8114 from cakebaker/ci_add_missing_braces
ci: add missing braces
This commit is contained in:
commit
a1c0760ebf
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
|
||||
# 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_OPTIONS
|
||||
outputs ARTIFACTS_SUFFIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue