8000 Update tail-call.yml · python/cpython@7f91920 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f91920

Browse files
Update tail-call.yml
1 parent 4dd19cf commit 7f91920

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tail-call.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777

7878
- name: Native Windows (debug)
7979
if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
80+
shell: cmd
8081
run: |
8182
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.5
8283
./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }} "/p:PlatformToolset=clangcl" "/p:LLVMToolsVersion=19.1.5" "/p:LLVMInstallDir=C:\Program Files\LLVM"
@@ -85,6 +86,7 @@ jobs:
8586
# No tests (yet):
8687
- name: Emulated Windows (release)
8788
if: runner.os == 'Windows' && matrix.architecture == 'ARM64'
89+
shell: cmd
8890
run: |
8991
choco install llvm --allow-downgrade --no-progress --version ${{ matrix.llvm }}.1.5
9092
./PCbuild/build.bat --tail-call-interp -p ${{ matrix.architecture }} "/p:PlatformToolset=clangcl" "/p:LLVMToolsVersion=19.1.5" "/p:LLVMInstallDir=C:\Program Files\LLVM"

0 commit comments

Comments
 (0)
0