mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-23 21: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:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: rust
|
image: rust
|
||||||
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- rustup component add clippy rustfmt
|
- rustup component add clippy rustfmt
|
||||||
- apt-get update -qq
|
- apt-get update -qq
|
||||||
|
@ -14,6 +15,7 @@ steps:
|
||||||
- cargo clippy --no-default-features --features=speech_dispatcher_0_10
|
- cargo clippy --no-default-features --features=speech_dispatcher_0_10
|
||||||
- name: release
|
- name: release
|
||||||
image: rust
|
image: rust
|
||||||
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- apt-get update -qq
|
- 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
|
- 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