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 c7d970e commit 84e8055Copy full SHA for 84e8055
.github/workflows/release-binaries-windows.yml
@@ -14,6 +14,6 @@ jobs:
14
steps:
15
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
16
- run: |
17
- #subst S: ${{ github.workspace }}
18
- cd llvm\utils\release\
+ subst S: ${{ github.workspace }}
+ cd S:\llvm\utils\release\
19
.\build_llvm_release.bat --x64 --version 21.1.3 --local-python --skip-checkout
0 commit comments