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.
1 parent 8bf13f2 commit d314673Copy full SHA for d314673
1 file changed
.github/actions/setup/macos/action.yml
@@ -21,7 +21,7 @@ runs:
21
dir_config() {
22
local args=() lib var="$1"; shift
23
for lib in "$@"; do
24
- args+="--with-${lib%@*}-dir=$(brew --prefix $lib)"
+ args+=("--with-${lib%@*}-dir=$(brew --prefix $lib)")
25
done
26
echo "$var=${args[*]}" >> $GITHUB_ENV
27
}
0 commit comments