Skip to content

Commit 4bbbdb7

Browse files
committed
Remove VCVARS_BAT
1 parent e983092 commit 4bbbdb7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ jobs:
355355
env:
356356
SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo
357357
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-lld"
358-
VCVARS_BAT: vcvars64.bat
359358
os: windows-latest-xl
360359
- name: x86_64-msvc-tools
361360
env:

src/ci/github-actions/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ jobs:
548548
env:
549549
SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo
550550
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
551-
VCVARS_BAT: vcvars64.bat
552551
<<: *job-windows-xl
553552

554553
- name: x86_64-msvc-tools

0 commit comments

Comments
 (0)