From 607ebb15c7459cca9af93cf6a3099655337a3858 Mon Sep 17 00:00:00 2001 From: Marco Gaido Date: Sat, 18 May 2024 19:09:46 +0200 Subject: [PATCH] fix --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5c02787..a594f48 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Install soundfile - run: apt-get update && apt-get --yes install libsndfile1 + run: sudo apt-get update && sudo apt-get --yes install libsndfile1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5