Skip to content

Commit 9bfde09

Browse files
authored
ooh GitHub why don't you work
Added more sudo
1 parent 096aba8 commit 9bfde09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install_include-what-you-use.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ mkdir build
77
cd build
88
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/usr/lib/llvm-10/lib/cmake/
99
make -j "$(nproc)"
10-
make install
10+
sudo make install

0 commit comments

Comments
 (0)