Skip to content

Commit

Permalink
Fix whitespace typo
Browse files Browse the repository at this point in the history
Sorry, I can't test this locally
  • Loading branch information
nicolas-cellier-aka-nice committed Apr 2, 2018
1 parent aaaa4b1 commit e2cfdcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Expand Up @@ -113,8 +113,8 @@ cache:
- .thirdparty-cache

install:
- 'curl -fsS --retry 4 - m 600 -o "setup-x86.exe" "http://cygwin.com/setup-x86.exe" '
- 'curl -fsS --retry 4 - m 600 -o "setup-x86_64.exe" "http://cygwin.com/setup-x86_64.exe" '
- 'curl -fsS --retry 4 -m 600 -o "setup-x86.exe" "http://cygwin.com/setup-x86.exe" '
- 'curl -fsS --retry 4 -m 600 -o "setup-x86_64.exe" "http://cygwin.com/setup-x86_64.exe" '
- '%CYG_SETUP% -dgnqNO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_ROOT%\var\cache\setup" -P mingw64-%MINGW_ARCH%-gcc-core,mingw64-%MINGW_ARCH%-gcc-g++,mingw64-%MINGW_ARCH%-headers,mingw64-%MINGW_ARCH%-runtime,zip,mingw64-%MINGW_ARCH%-clang,mingw64-%MINGW_ARCH%-openssl,libiconv-devel,libglib2.0-devel,perl,mingw64-%MINGW_ARCH%-zlib,make,cmake,wget,mingw64-%MINGW_ARCH%-win-iconv'

# Cygwin build script
Expand Down

0 comments on commit e2cfdcc

Please sign in to comment.