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 d43d47f commit ef92849Copy full SHA for ef92849
.github/workflows/tail-call.yml
@@ -46,7 +46,10 @@ jobs:
46
- name: Build
47
shell: pwsh
48
run: |
49
+ choco install llvm --allow-downgrade --no-progress --version ${{ env.LLVM_VERSION }}.1.0
50
$env:PlatformToolset = "clangcl"
51
+ $env:LLVMToolsVersion = "${{ env.LLVM_VERSION }}.1.0"
52
+ $env:LLVMInstallDir = "C:\Program Files\LLVM"
53
./PCbuild/build.bat --tail-call-interp ${{ matrix.build_flags }} -c Release -p ${{ matrix.architecture }}
54
- name: Test
55
if: matrix.run_tests
0 commit comments