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 04381bb commit 1a9ddddCopy full SHA for 1a9dddd
.github/workflows/release-binaries-windows.yml
@@ -12,6 +12,8 @@ jobs:
12
runs-on: depot-windows-2022-16
13
if: github.repository_owner == 'llvm'
14
steps:
15
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
16
+ with:
17
+ ref: llvmorg-20.1.8
18
- run: |
- llvm\utils\release\build_llvm_release.bat --x64 --version 20.1.8 --local-python
19
+ llvm\utils\release\build_llvm_release.bat --x64 --version 20.1.8 --skip-checkout --local-python
0 commit comments