Skip to content

Commit 96430d2

Browse files
committed
WIP: github: Run test-llvm with a specific commit
This commit fixes the last known crash in dsymutil.
1 parent 7f41ff6 commit 96430d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-llvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@v4
7474
- name: Checkout llvm-project
7575
env:
76-
LLVM_VERSION: ${{needs.prepare.outputs.LLVM_VERSION}}
76+
LLVM_VERSION: 52f568dbbb61ffe26b7973b482e0e504b405a0ab
7777
run: |
7878
git config --global core.autocrlf false
7979
bash -c "CHECKOUT_ONLY=1 ./build-llvm.sh"

0 commit comments

Comments
 (0)