mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-22 23:39:36 +00:00
Clean up release job.
This commit is contained in:
parent
10010f9bc9
commit
b6ef11b60f
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -17,8 +17,6 @@ jobs:
|
|||
sudo apt-get install -y libspeechd-dev
|
||||
rustup update
|
||||
cargo check --examples --release
|
||||
rustup target add wasm32-unknown-unknown
|
||||
cargo check --examples --release --target wasm32-unknown-unknown
|
||||
|
||||
build_web:
|
||||
name: Build Web
|
||||
|
@ -73,7 +71,6 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- run: |
|
||||
choco install -y llvm
|
||||
rustup update
|
||||
cargo login $CARGO_TOKEN
|
||||
cd winrt_bindings
|
||||
|
|
Loading…
Reference in New Issue
Block a user