Skip to content

Commit 5e485c0

Browse files
authored
Update cmake-linux-x86.yml
1 parent 2927b09 commit 5e485c0

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
@@ -40,8 +40,8 @@ jobs:
4040
git config --add remote.origin.fetch '^refs/heads/users/*'
4141
git config --add remote.origin.fetch '^refs/heads/revert-*'
4242
git clone --depth 1 https://github.com/llvm/llvm-project.git
43-
git fetch origin 7615503409f19ad7e2e2f946437919d0689d4b3e
4443
cd llvm-project
44+
git fetch origin 7615503409f19ad7e2e2f946437919d0689d4b3e
4545
cmake -S llvm -B build -G Ninja- DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
4646
cmake --build build
4747
cmake --install build

0 commit comments

Comments
 (0)