From a2c68541dc61cd561dc657556b22b7ecc86184c3 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Mon, 10 Oct 2022 00:14:03 +0900 Subject: [PATCH] [CI] Add portaudio19-dev --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8af4ff0..33c4327 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,13 @@ jobs: - uses: actions/checkout@v3 - name: Get tags run: git fetch --tags origin + + - uses: awalsh128/cache-apt-pkgs-action@v1.1.1 + if: runner.os == 'Linux' + with: + packages: portaudio19-dev + version: 1.0 + - uses: actions/setup-python@v4 with: python-version: '3.9'