Skip to content

Commit

Permalink
fix(#29): correct setup script concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
barrett-ruth committed Oct 29, 2023
1 parent 41d4e03 commit 47ee52f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ npm install -g --silent \
gem install -q rubocop &
# Block, homebrew takes the longest time
brew install \
swiftformat swift-format hadolint google-java-format pgformatter fnlfmt ormolu
swiftformat swift-format hadolint google-java-format pgformatter fnlfmt ormolu &

wait

# Install standalone binary packages
bin="/home/runner/.local/bin"
Expand Down

0 comments on commit 47ee52f

Please sign in to comment.