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