Skip to content

Commit

Permalink
fix maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanCheshire committed Jul 1, 2024
1 parent c0c36ee commit 9a8fc85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
brew install --cask blackhole-2ch
sudo mkdir -p /Library/Audio/Plug-Ins/HAL/BlackHole.driver
sudo cp -R /usr/local/Cellar/blackhole/0.6.0/BlackHole.driver /Library/Audio/Plug-Ins/HAL/
sudo mkdir -p /Library/Audio/Plug-Ins/HAL
sudo cp -R /Library/Audio/Plug-Ins/HAL/BlackHole.driver /Library/Audio/Plug-Ins/HAL/
sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod
ls /Library/Audio/Plug-Ins/HAL/
Expand Down

0 comments on commit 9a8fc85

Please sign in to comment.