Skip to content

Commit 31b05ea

Browse files
committed
use sudo
Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent d5f5f01 commit 31b05ea

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)" | sudo
174+
run: sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
175175
- run: >
176176
cmake -S . -B ./build
177177
-DCMAKE_BUILD_TYPE:STRING=Release

0 commit comments

Comments
 (0)