mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-23 13:05:57 +00:00
This commit is contained in:
parent
a6de8e190c
commit
7fbf5f12f0
|
@ -29,9 +29,7 @@ jobs:
|
|||
toolchain: stable
|
||||
components: rustfmt, clippy
|
||||
- name: install Linux build dependencies
|
||||
run: sudo apt-get update; sudo apt-get install -y
|
||||
--no-install-recommends libasound2-dev libudev-dev libwayland-dev
|
||||
libclang-dev libspeechd-dev
|
||||
run: sudo apt-get update; sudo apt-get install -y --no-install-recommends libasound2-dev libudev-dev libwayland-dev libclang-dev libspeechd-dev
|
||||
if: runner.os == 'linux'
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: pre-commit/action@v3.0.1
|
||||
|
|
|
@ -31,9 +31,7 @@ jobs:
|
|||
toolchain: stable
|
||||
components: rustfmt, clippy
|
||||
- name: install Linux build dependencies
|
||||
run: sudo apt-get update; sudo apt-get install -y
|
||||
--no-install-recommends libasound2-dev libudev-dev libwayland-dev
|
||||
libclang-dev libspeechd-dev
|
||||
run: sudo apt-get update; sudo apt-get install -y --no-install-recommends libasound2-dev libudev-dev libwayland-dev libclang-dev libspeechd-dev
|
||||
if: runner.os == 'linux'
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: pre-commit/action@v3.0.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user