1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-23 03:39: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:
- uses: actions/checkout@v2
- run: |
choco install -y llvm
rustup update
cargo check --examples --release --all-features