mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-23 06:49:38 +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
|
sudo apt-get install -y libspeechd-dev
|
||||||
rustup update
|
rustup update
|
||||||
cargo check --examples --release
|
cargo check --examples --release
|
||||||
rustup target add wasm32-unknown-unknown
|
|
||||||
cargo check --examples --release --target wasm32-unknown-unknown
|
|
||||||
|
|
||||||
build_web:
|
build_web:
|
||||||
name: Build Web
|
name: Build Web
|
||||||
|
@ -73,7 +71,6 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v1
|
||||||
- run: |
|
- run: |
|
||||||
choco install -y llvm
|
|
||||||
rustup update
|
rustup update
|
||||||
cargo login $CARGO_TOKEN
|
cargo login $CARGO_TOKEN
|
||||||
cd winrt_bindings
|
cd winrt_bindings
|
||||||
|
|
Loading…
Reference in New Issue
Block a user