Skip to content

Commit 7adc23f

Browse files
committed
Add back in llvm checkout
1 parent c24923a commit 7adc23f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ jobs:
194194
runs-on: ${{ needs.prepare.outputs.build-runs-on }}
195195
steps:
196196

197+
- name: Checkout LLVM
198+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
199+
with:
200+
ref: ${{ needs.prepare.outputs.ref }}
201+
197202
- name: Install Ninja
198203
uses: llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main
199204

0 commit comments

Comments
 (0)