Skip to content

Commit

Permalink
Merge branch 'main' into lf-12212-run-ensure-test-coverage-only-when-…
Browse files Browse the repository at this point in the history
…needed
  • Loading branch information
mirooon committed Feb 12, 2025
2 parents 2d3eb34 + 520e416 commit dab0ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install_package_mac() {
OS=$(uname -s)

# List of required packages
REQUIRED_PACKAGES=("jq" "bc")
REQUIRED_PACKAGES=("jq" "bc" "gum")

for PACKAGE in "${REQUIRED_PACKAGES[@]}"; do
if ! command -v "$PACKAGE" &> /dev/null; then
Expand Down

0 comments on commit dab0ef5

Please sign in to comment.