Skip to content

Commit

Permalink
CI fix for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsk committed Dec 19, 2023
1 parent 85dea14 commit 359632a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ elif [[ "$(uname)" == "Darwin" ]]; then
fi

brew install bash coreutils jq
echo "export PATH=\"/usr/local/opt/coreutils/libexec/gnubin:$PATH\"" >> ~/.bashrc
else
echo "Unsupported platform: $(uname)"
exit 1
Expand Down

0 comments on commit 359632a

Please sign in to comment.