From efc03c41128804866d7178afe4b60d12772302e3 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Wed, 22 Jan 2025 12:50:16 +0100 Subject: [PATCH] parallel is part of moreutils --- scripts/workflows/provision-darwin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/workflows/provision-darwin.sh b/scripts/workflows/provision-darwin.sh index ccdeeaf85e..279c4cc1b1 100755 --- a/scripts/workflows/provision-darwin.sh +++ b/scripts/workflows/provision-darwin.sh @@ -6,7 +6,7 @@ export # Install Bats + moreutils. brew fetch --retry coreutils moreutils -brew install coreutils moreutils parallel +brew install coreutils moreutils # Install Bats. if [ "$(uname -r)" = "19.6.0" ]; then