Skip to content

Commit b1edfb3

Browse files
committed
Remove subst
1 parent 4dc458a commit b1edfb3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
diff
1717
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
1818
- run: |
19-
subst S: ${{ github.workspace }}
20-
- run: |
21-
cd S:\llvm\utils\release\
19+
#subst S: ${{ github.workspace }}
20+
cd llvm\utils\release\
2221
.\build_llvm_release.bat --x64 --version 21.1.3 --local-python --skip-checkout

0 commit comments

Comments
 (0)