Skip to content

Commit 18bf073

Browse files
authored
Update cmake-linux-x86.yml
1 parent 5e485c0 commit 18bf073

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
@@ -42,7 +42,7 @@ jobs:
4242
git clone --depth 1 https://github.com/llvm/llvm-project.git
4343
cd llvm-project
4444
git fetch origin 7615503409f19ad7e2e2f946437919d0689d4b3e
45-
cmake -S llvm -B build -G Ninja- DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
45+
cmake -S llvm -B build -G Ninja -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
4646
cmake --build build
4747
cmake --install build
4848

0 commit comments

Comments
 (0)