Skip to content

Commit

Permalink
more tries
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Mar 15, 2024
1 parent b982199 commit 8c98b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
if [ "${{ matrix.name }}" == "macOS" ]; then
brew install osxutils jack liblo
echo "brew prefix: $(brew --prefix)"
ls -la $(brew --prefix)/include/jack
ls -la $(brew --prefix)/lib/jack
ls -l $(brew --prefix)/include/jack
ls -l $(brew --prefix)/lib/jack
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 8c98b6e

Please sign in to comment.