Skip to content

Commit d5f5f01

Browse files
committed
run llvm installation as root
Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent c21675d commit d5f5f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
- uses: actions/checkout@v4
172172
- run: cmake --version
173173
- name: Install llvm
174-
run: bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
174+
run: bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" | sudo
175175
- run: >
176176
cmake -S . -B ./build
177177
-DCMAKE_BUILD_TYPE:STRING=Release

0 commit comments

Comments
 (0)