Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Mar 15, 2024
1 parent 12f6737 commit 430d0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if [ "${{ matrix.name }}" == "macOS" ]; then
brew install osxutils jack liblo
elif [ "${{ matrix.name }}" == "Linux" ]; then
sudo apt-get update && sudo apt install jackd liblo-dev
sudo apt-get update && sudo apt install jackd2 libjack-jackd2-dev liblo-dev
# elif [ "${{ matrix.name }}" == "Windows" ]; then
# choco install ccache
else
Expand Down

0 comments on commit 430d0a6

Please sign in to comment.