Skip to content

Commit 1a9dddd

Browse files
committed
Fix
1 parent 04381bb commit 1a9dddd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-binaries-windows.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: depot-windows-2022-16
1313
if: github.repository_owner == 'llvm'
1414
steps:
15-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
15+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
16+
with:
17+
ref: llvmorg-20.1.8
1618
- run: |
17-
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

Comments
 (0)