From 04e7a966df1ae7524d5c54e7067f1bb277b0df08 Mon Sep 17 00:00:00 2001 From: raa0121 Date: Fri, 15 Sep 2023 14:47:15 +0900 Subject: [PATCH] apt-get update before install libsnbfile1 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60662c451..00c6395f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Install libraries for ubuntu if: matrix.os == 'ubuntu-20.04' - run: sudo apt-get install libsndfile1 + run: sudo apt-get update && sudo apt-get install -y libsndfile1 - name: Install dependencies run: |