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 b107b74 commit 7f459c2Copy full SHA for 7f459c2
.github/workflows/tail-call.yml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
choco install visualstudio2026buildtools --no-progress -y --force --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --locale en-US --passive"
87
$env:PATH = "C:\Program Files (x86)\Microsoft Visual Studio\18\BuildTools\MSBuild\Current\bin;$env:PATH"
88
- ./PCbuild/build.bat --tail-call-interp -c Release -p ${{ matrix.architecture }} "/p:PlatformToolset=v145"
+ ./PCbuild/build.bat --tail-call-interp -c Release -p ${{ matrix.architecture }} '/p:PlatformToolset=v145'
89
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
90
91
# No tests (yet):
0 commit comments