mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 14:59:06 +00:00
Remove VCVARS_BAT
This commit is contained in:
parent
e98309298d
commit
4bbbdb7f45
2 changed files with 0 additions and 2 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -355,7 +355,6 @@ jobs:
|
|||
env:
|
||||
SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo
|
||||
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --enable-lld"
|
||||
VCVARS_BAT: vcvars64.bat
|
||||
os: windows-latest-xl
|
||||
- name: x86_64-msvc-tools
|
||||
env:
|
||||
|
|
|
@ -548,7 +548,6 @@ jobs:
|
|||
env:
|
||||
SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo
|
||||
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
|
||||
VCVARS_BAT: vcvars64.bat
|
||||
<<: *job-windows-xl
|
||||
|
||||
- name: x86_64-msvc-tools
|
||||
|
|
Loading…
Reference in a new issue