Run llvm install script as root

This commit is contained in:
Richard Feldman 2019-11-14 23:58:10 +00:00
parent e27028b1be
commit 02892ad0c0

View file

@ -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