mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 23:28:57 +00:00
[macOS] Fix utils.sh: line 130: null: command not found (#5790)
* Fix utils.sh: line 130: null: command not found * revert changes
This commit is contained in:
committed by
GitHub
parent
160d3cc825
commit
f83d069814
@@ -127,7 +127,7 @@ should_build_from_source() {
|
|||||||
|
|
||||||
# No need to build from source if a bottle is disabled
|
# No need to build from source if a bottle is disabled
|
||||||
# Use the simple 'brew install' command to download a package
|
# Use the simple 'brew install' command to download a package
|
||||||
if $bottle_disabled; then
|
if [[ $bottle_disabled == "true" ]]; then
|
||||||
echo "false"
|
echo "false"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user