Skip to content

Commit 2927b09

Browse files
authored
Update cmake-linux-x86.yml
1 parent 12e3be9 commit 2927b09

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,7 +40,7 @@ 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 reset --hard 7615503409f19ad7e2e2f946437919d0689d4b3e
43+
git fetch origin 7615503409f19ad7e2e2f946437919d0689d4b3e
4444
cd llvm-project
4545
cmake -S llvm -B build -G Ninja- DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
4646
cmake --build build

0 commit comments

Comments
 (0)