fix appveyor config
This commit is contained in:
parent
451cbed1d3
commit
f4d0f38433
@ -3,13 +3,13 @@ environment:
|
||||
PROJECT_NAME: rust-clippy
|
||||
matrix:
|
||||
- TARGET: i686-pc-windows-gnu
|
||||
MSYS2_BITS=32
|
||||
MSYS2_BITS: 32
|
||||
- TARGET: i686-pc-windows-msvc
|
||||
MSYS2_BITS=32
|
||||
MSYS2_BITS: 32
|
||||
- TARGET: x86_64-pc-windows-gnu
|
||||
MSYS2_BITS=64
|
||||
MSYS2_BITS: 64
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
MSYS2_BITS=64
|
||||
MSYS2_BITS: 64
|
||||
|
||||
install:
|
||||
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
|
||||
|
Loading…
Reference in New Issue
Block a user