Skip to content

Commit 013cc7d

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
cd Asa-LLVM-Compiled
4848
sudo rm -r build
4949
mkdir build
50-
cmake -S llvm --build build -G Ninja -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
50+
cmake -S llvm -B build -G Ninja -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
51+
ninja build
5152
sudo cmake --install build
5253
cd ../
5354
# git config --add remote.origin.fetch '^refs/heads/users/*'

0 commit comments

Comments
 (0)