macOS does not need sudo

This commit is contained in:
jodhus 2021-03-25 11:16:30 -04:00 committed by GitHub
parent cce544dce8
commit 5c8d040e51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |