From cce544dce859089fb9d13d36dbb608faab1a0074 Mon Sep 17 00:00:00 2001 From: jodhus <80434370+jodhus@users.noreply.github.com> Date: Thu, 25 Mar 2021 11:14:24 -0400 Subject: [PATCH] Needs sudo apparently --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b8203a3..5d677c2 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -26,11 +26,11 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install libsndfile if necessary (Linux) run: | - apt install libsndfile1 + sudo apt install libsndfile1 if: matrix.os == 'ubuntu-latest' - name: Install libsndfile if necessary (macOS) run: | - brew install libsndfile + sudo brew install libsndfile if: matrix.os == 'macos-latest' - name: Install pyebur128 run: |