We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beba7ca commit 4a4f12aCopy full SHA for 4a4f12a
.github/workflows/cmake-linux-x86.yml
@@ -50,7 +50,7 @@ jobs:
50
cmake -S llvm -B build -G Ninja -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
51
cd build
52
ninja
53
- sudo cmake --install
+ sudo ninja install
54
cd ../../
55
# git config --add remote.origin.fetch '^refs/heads/users/*'
56
# git config --add remote.origin.fetch '^refs/heads/revert-*'
0 commit comments