macOS does not need sudo
This commit is contained in:
parent
cce544dce8
commit
5c8d040e51
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
- name: Install libsndfile if necessary (macOS)
|
- name: Install libsndfile if necessary (macOS)
|
||||||
run: |
|
run: |
|
||||||
sudo brew install libsndfile
|
brew install libsndfile
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
- name: Install pyebur128
|
- name: Install pyebur128
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue