Update test.yml
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 11 Sep 2020 22:02:21 +0000 (00:02 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 11 Sep 2020 22:02:21 +0000 (00:02 +0200)
.github/workflows/test.yml

index f44c611e06e74612fd762fb774e10ca4dac6cb14..0ce256027aa08d08181ed7cf5443a41c483398eb 100644 (file)
@@ -24,7 +24,7 @@ jobs:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies
         run: |
-          apt-get install -y --no-install-recommends libsndfile1 libtag1v5 libtag1-dev
+          sudo apt-get install -y --no-install-recommends libsndfile1 libtag1v5 libtag1-dev
           python -m pip install --upgrade pip
           pip install tox tox-gh-actions pre-commit
           pre-commit install-hooks