Skip to content

Commit 30b8b43

Browse files
author
Jorge Aparicio
committed
powershell -> cmd.exe
1 parent 46085a2 commit 30b8b43

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appveyor.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ install:
88
- curl -sSf -o rustup-init.exe https://win.rustup.rs
99
- rustup-init.exe --default-host x86_64-pc-windows-msvc --default-toolchain nightly -y
1010
- 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-
}
11+
- if "%TARGET%"=="i686-pc-windows-msvc" ( rustup target add %TARGET% )
1512
- rustc -Vv
1613
- cargo -V
1714

0 commit comments

Comments
 (0)