1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-23 06:49:38 +00:00

Do we need LLVM for this?

This commit is contained in:
Nolan Darilek 2020-11-17 12:22:18 -06:00
parent 1cbeab6ea9
commit 3500e88117

View File

@ -32,7 +32,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: | - run: |
choco install -y llvm
rustup update rustup update
cargo check --examples --release --all-features cargo check --examples --release --all-features