mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 09:15:57 +00:00
Can we build under Windows too?
This commit is contained in:
parent
40628f01e8
commit
eba74f8a0e
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
|
@ -17,3 +17,11 @@ jobs:
|
|||
sudo apt-get update
|
||||
sudo apt-get install -y libspeechd-dev
|
||||
cargo build --release --verbose
|
||||
|
||||
build_windows:
|
||||
name: Build Windows
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
cargo build --release --verbose
|
||||
|
|
Loading…
Reference in New Issue
Block a user