Skip to content

Commit

Permalink
brew prefix printout
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Mar 15, 2024
1 parent 1a6908f commit f0f9767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
run: |
if [ "${{ matrix.name }}" == "macOS" ]; then
brew install osxutils jack liblo
echo "brew prefix: $(brew --prefix)"
elif [ "${{ matrix.name }}" == "Linux" ]; then
sudo apt-get update && sudo apt install jackd2 libjack-jackd2-dev liblo-dev
# elif [ "${{ matrix.name }}" == "Windows" ]; then
Expand Down

0 comments on commit f0f9767

Please sign in to comment.