mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +03:00
Install LLVM for Clippy
This commit is contained in:
parent
276d91ee6c
commit
bf5b174953
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user