Skip to content

Commit

Permalink
ci: more debugging of fresh macos
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Sep 7, 2023
1 parent 1c7c2de commit 7b7e713
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions commands/dorothy
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,8 @@ function dorothy() (
if command_exists apt-get; then
try_sudo apt-get update
fi
setup-util-jq --quiet
setup-util-ripgrep --quiet
debug-bash setup-util-jq --quiet
debug-bash setup-util-ripgrep --quiet
setup-util-sd --quiet
setup-util-teip --quiet
setup-util-bash --quiet # install last (as depends on above)
Expand Down
2 changes: 1 addition & 1 deletion commands/setup-util
Original file line number Diff line number Diff line change
Expand Up @@ -3182,7 +3182,7 @@ function setup_util() (
fi

# download
down "$download" \
debug-bash down "$download" \
--quiet="$quiet" \
--unzip-format="$unzip_format" \
--unzip-filter="$unzip_filter" \
Expand Down
2 changes: 1 addition & 1 deletion commands/setup-util-jq
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function setup_util_jq() (
add_download_option '-linux-i386'
fi
fi
setup-util "${options[@]}"
debug-bash setup-util "${options[@]}"
)

# fire if invoked standalone
Expand Down
2 changes: 1 addition & 1 deletion commands/setup-util-ripgrep
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function setup_util_ripgrep() (
add_download_option '-i686-unknown-linux-musl.tar.gz'
fi
fi
setup-util "${options[@]}"
debug-bash setup-util "${options[@]}"
)

# fire if invoked standalone
Expand Down

0 comments on commit 7b7e713

Please sign in to comment.