Skip to content

Commit a6cce47

Browse files
Change platform toolset on Windows
1 parent d8fad36 commit a6cce47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tail-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build
4747
shell: pwsh
4848
run: |
49-
$env:PlatformToolset = "v145"
49+
$env:PlatformToolset = "clangcl"
5050
./PCbuild/build.bat --tail-call-interp ${{ matrix.build_flags }} -c Release -p ${{ matrix.architecture }}
5151
- name: Test
5252
if: matrix.run_tests

0 commit comments

Comments
 (0)