Install gcc on appveyor CI

Signed-off-by: Victor Porof <victor.porof@gmail.com>
without.crypto
Victor Porof 5 years ago
parent af9500bfd9
commit 11dee0bfc2
  1. 2
      .appveyor.yml

@ -18,9 +18,11 @@ install:
- rustup-init.exe -y --default-host %TARGET% --default-toolchain %TOOLCHAIN%
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- choco install make -y
- choco install mingw -y
- rustc -Vv
- cargo -V
- make -v
- gcc -v
build_script:
- git submodule -q update --init

Loading…
Cancel
Save