mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-23 18:45:56 +00:00
chore: Update automated build configuration to install dependencies on publish step.
This commit is contained in:
parent
7e8a3c0e93
commit
cde5938723
|
@ -15,6 +15,8 @@ steps:
|
||||||
- name: release
|
- name: release
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update -qq
|
||||||
|
- apt-get install -qqy llvm-dev libclang-dev clang libspeechd-dev pkg-config libx11-dev libasound2-dev libudev-dev libxcb-xfixes0-dev libwayland-dev libxkbcommon-dev libvulkan-dev libpulse-dev
|
||||||
- cargo publish
|
- cargo publish
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user