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 4c28998 commit 44da3b2Copy full SHA for 44da3b2
.github/workflows/release-binaries-windows.yml
@@ -20,5 +20,6 @@ jobs:
20
git config --global core.autocrlf false
21
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
22
- run: |
23
+ subst S: ${{ github.workspace }}
24
cd S:\llvm\utils\release\
25
.\build_llvm_release.bat --x64 --version 22.0.0 --local-python --skip-checkout
0 commit comments