Skip to content

Commit 84e8055

Browse files
committed
Fixes
1 parent c7d970e commit 84e8055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
1616
- run: |
17-
#subst S: ${{ github.workspace }}
18-
cd llvm\utils\release\
17+
subst S: ${{ github.workspace }}
18+
cd S:\llvm\utils\release\
1919
.\build_llvm_release.bat --x64 --version 21.1.3 --local-python --skip-checkout

0 commit comments

Comments
 (0)