Skip to content

Commit beba7ca

Browse files
authored
Update cmake-linux-x86.yml
1 parent 013cc7d commit beba7ca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ jobs:
4848
sudo rm -r build
4949
mkdir build
5050
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 ../
51+
cd build
52+
ninja
53+
sudo cmake --install
54+
cd ../../
5455
# git config --add remote.origin.fetch '^refs/heads/users/*'
5556
# git config --add remote.origin.fetch '^refs/heads/revert-*'
5657
# cd llvm-project

0 commit comments

Comments
 (0)