mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
CI config update
This commit is contained in:
@@ -34,8 +34,9 @@ jobs:
|
||||
run: cat /etc/os-release
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt update
|
||||
apt install -y espeak-ng git
|
||||
sudo apt update
|
||||
sudo apt install -y espeak-ng git
|
||||
sudo apt install -y python3-wheel gcc
|
||||
- name: Upgrade pip
|
||||
# so we can take advantage of pyproject.toml build-dependency support
|
||||
run: python3 -m pip install --upgrade pip
|
||||
|
||||
Reference in New Issue
Block a user