We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46085a2 commit 30b8b43Copy full SHA for 30b8b43
appveyor.yml
@@ -8,10 +8,7 @@ install:
8
- curl -sSf -o rustup-init.exe https://win.rustup.rs
9
- rustup-init.exe --default-host x86_64-pc-windows-msvc --default-toolchain nightly -y
10
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
11
- - ps: >-
12
- If ($Env:TARGET -eq 'i686-pc-windows-msvc') {
13
- rustup target add $Env:TARGET
14
- }
+ - if "%TARGET%"=="i686-pc-windows-msvc" ( rustup target add %TARGET% )
15
- rustc -Vv
16
- cargo -V
17
0 commit comments