Skip to content

Commit 654fde7

Browse files
committed
Use main LLVM ref for CI source fallback
1 parent 45e0c97 commit 654fde7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "args=${ARGS}" >> "$GITHUB_OUTPUT"
5252
else
5353
echo "mode=source" >> "$GITHUB_OUTPUT"
54-
echo "args=-DLLVM_PROVIDER=source" >> "$GITHUB_OUTPUT"
54+
echo "args=-DLLVM_PROVIDER=source -DLLVM_GIT_REF=main" >> "$GITHUB_OUTPUT"
5555
fi
5656
5757
- name: Configure root project

0 commit comments

Comments
 (0)