Install LLVM for Clippy

This commit is contained in:
Richard Feldman 2019-11-15 01:13:09 +00:00
parent 276d91ee6c
commit bf5b174953

View File

@ -50,6 +50,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install LLVM
run: sudo ./ci/install-llvm.sh 8
- uses: actions-rs/toolchain@v1
with:
profile: minimal