1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 08:49:37 +00:00

Install LLVM.

This commit is contained in:
Nolan Darilek 2020-06-17 18:01:09 -05:00
parent c2e3a41b2b
commit a6146a7f3e

View File

@ -33,6 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
choco install -y llvm
cargo login $CARGO_TOKEN
cd winrt_bindings
cargo package