From f2e5cad5398b48b5cfeaaa54ff5a99b16197ad8c Mon Sep 17 00:00:00 2001 From: Mathijs van de Nes Date: Sat, 6 Jan 2018 14:17:02 +0100 Subject: [PATCH] Typo --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9d34647d..67321b4b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,7 @@ install: - rustup-init -yv --default-toolchain %channel% --default-host %target% - set PATH=%PATH%;%USERPROFILE%\.cargo\bin - ps: | - if ($env:target -like "*-gnu" -And $env:target -like "x86_x64-*") { + if ($env:target -like "*-gnu" -And $env:target -like "x86_64-*") { Start-FileDownload "http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/5.1.0/threads-win32/seh/x86_64-5.1.0-release-win32-seh-rt_v4-rev0.7z/download" -FileName mingw64.7z 7z x -oC:\ mingw64.7z > $null $env:path = "C:\mingw64\bin;" + $env:path