mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-12 23:45:56 +00:00
chore: Always pull Rust image when building in CI.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e40a361960
commit
d3852b0159
|
@ -5,6 +5,7 @@ name: default
|
|||
steps:
|
||||
- name: test
|
||||
image: rust
|
||||
pull: always
|
||||
commands:
|
||||
- rustup component add clippy rustfmt
|
||||
- apt-get update -qq
|
||||
|
@ -14,6 +15,7 @@ steps:
|
|||
- cargo clippy --no-default-features --features=speech_dispatcher_0_10
|
||||
- name: release
|
||||
image: rust
|
||||
pull: always
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user