Skip to content

Commit 4a4f12a

Browse files
authored
Update cmake-linux-x86.yml
1 parent beba7ca commit 4a4f12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-linux-x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cmake -S llvm -B build -G Ninja -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
5151
cd build
5252
ninja
53-
sudo cmake --install
53+
sudo ninja install
5454
cd ../../
5555
# git config --add remote.origin.fetch '^refs/heads/users/*'
5656
# git config --add remote.origin.fetch '^refs/heads/revert-*'

0 commit comments

Comments
 (0)