We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24923a commit 7adc23fCopy full SHA for 7adc23f
.github/workflows/release-binaries.yml
@@ -194,6 +194,11 @@ jobs:
194
runs-on: ${{ needs.prepare.outputs.build-runs-on }}
195
steps:
196
197
+ - name: Checkout LLVM
198
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
199
+ with:
200
+ ref: ${{ needs.prepare.outputs.ref }}
201
+
202
- name: Install Ninja
203
uses: llvm/actions/install-ninja@a1ea791b03c8e61f53a0e66f2f73db283aa0f01e # main
204
0 commit comments