mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Run llvm install script as root
This commit is contained in:
parent
e27028b1be
commit
02892ad0c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install LLVM
|
||||
run: ./ci/install-llvm.sh 8
|
||||
run: sudo ./ci/install-llvm.sh 8
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue