mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-22 00:41:02 +00:00
[CI] Add portaudio19-dev
This commit is contained in:
parent
8545a85cbf
commit
a2c68541dc
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue