Skip to content

Commit

Permalink
Install blackhole-2ch for macos CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettle committed Jul 29, 2024
1 parent 1ae3177 commit e1338e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_suite_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
pip install setuptools
npm install -g appdmg
brew install swig
# blackhole-2ch provides a loopback audio device so that OpenAL doesn't hang for over 6
# minutes trying to open the Null Audio Device
brew install blackhole-2ch
- name: Set Commit SHA in Version
if: ${{ github.event_name == 'schedule' }}
run: python scripts/packaging/set_commit_and_date_in_version.py $(git log -1 --format='%H')
Expand Down

0 comments on commit e1338e5

Please sign in to comment.