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 058889e commit c8d051bCopy full SHA for c8d051b
.github/workflows/tail-call.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Native Windows MSVC (release)
83
if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
84
- shell: cmd
+ shell: pwsh
85
run: |
86
choco install visualstudio2026buildtools -y --force --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --locale en-US --passive"
87
set PATH=C:\Program Files (x86)\Microsoft Visual Studio\18\BuildTools\MSBuild\Current\bin;%PATH%
@@ -91,7 +91,7 @@ jobs:
91
# No tests (yet):
92
- name: Emulated Windows Clang (release)
93
if: runner.os == 'Windows' && matrix.architecture == 'ARM64'
94
95
96
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.0
97
set PlatformToolset=clangcl
0 commit comments