mirror of
https://github.com/shirayu/whispering.git
synced 2025-02-16 10:35:16 +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
|
- uses: actions/checkout@v3
|
||||||
- name: Get tags
|
- name: Get tags
|
||||||
run: git fetch --tags origin
|
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
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
|
|
Loading…
Reference in a new issue