Skip to content

Commit ef92849

Browse files
Fix up windows
1 parent d43d47f commit ef92849

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tail-call.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646
- name: Build
4747
shell: pwsh
4848
run: |
49+
choco install llvm --allow-downgrade --no-progress --version ${{ env.LLVM_VERSION }}.1.0
4950
$env:PlatformToolset = "clangcl"
51+
$env:LLVMToolsVersion = "${{ env.LLVM_VERSION }}.1.0"
52+
$env:LLVMInstallDir = "C:\Program Files\LLVM"
5053
./PCbuild/build.bat --tail-call-interp ${{ matrix.build_flags }} -c Release -p ${{ matrix.architecture }}
5154
- name: Test
5255
if: matrix.run_tests

0 commit comments

Comments
 (0)