Needs sudo apparently

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

View file

@ -26,11 +26,11 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install libsndfile if necessary (Linux) - name: Install libsndfile if necessary (Linux)
run: | run: |
apt install libsndfile1 sudo apt install libsndfile1
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest'
- name: Install libsndfile if necessary (macOS) - name: Install libsndfile if necessary (macOS)
run: | run: |
brew install libsndfile sudo brew install libsndfile
if: matrix.os == 'macos-latest' if: matrix.os == 'macos-latest'
- name: Install pyebur128 - name: Install pyebur128
run: | run: |