Install LLVM.

This commit is contained in:
Nolan Darilek 2020-06-17 18:01:09 -05:00
parent c2e3a41b2b
commit a6146a7f3e
1 changed files with 1 additions and 0 deletions

View File

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