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 013cc7d commit beba7caCopy full SHA for beba7ca
.github/workflows/cmake-linux-x86.yml
@@ -48,9 +48,10 @@ jobs:
48
sudo rm -r build
49
mkdir build
50
cmake -S llvm -B build -G Ninja -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
51
- ninja build
52
- sudo cmake --install build
53
- cd ../
+ cd build
+ ninja
+ sudo cmake --install
54
+ cd ../../
55
# git config --add remote.origin.fetch '^refs/heads/users/*'
56
# git config --add remote.origin.fetch '^refs/heads/revert-*'
57
# cd llvm-project
0 commit comments