mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 03:35:58 +00:00
Tweak job definition and install dependencies.
This commit is contained in:
parent
71505a99a0
commit
ea85c3d9dc
12
.github/workflows/rust.yml
vendored
12
.github/workflows/rust.yml
vendored
|
@ -7,13 +7,13 @@ on:
|
|||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
build_linux:
|
||||
name: Build Linux
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- run: |
|
||||
apt-get update
|
||||
apt-get install -y libspeechd-dev
|
||||
cargo build --release --verbose
|
||||
|
|
Loading…
Reference in New Issue
Block a user