Skip to content
Permalink
Browse files

AppVeyor: fix workaround

  • Loading branch information...
fengalin committed Nov 1, 2017
1 parent 9de0ca3 commit ba3713b0e490ac07995e69dbac825b9bb76e76b0
Showing with 1 addition and 1 deletion.
  1. +1 −1 appveyor.yml
@@ -11,7 +11,7 @@ install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs
- rustup-init.exe --default-host "%ARCH%-pc-windows-gnu" --default-toolchain %RUST% -y
# Remove old dll that broke test. See https://github.com/gtk-rs/cairo/pull/160
- IF "%BITS%" == "32" ren C:\Users\appveyor\.rustup\toolchains\stable-i686-pc-windows-gnu\bin\libgcc_s_dw2-1.dll _libgcc_s_dw2-1.dll
- IF "%BITS%" == "32" ren C:\Users\appveyor\.rustup\toolchains\%RUST%-i686-pc-windows-gnu\bin\libgcc_s_dw2-1.dll _libgcc_s_dw2-1.dll
- SET PATH=C:\Users\appveyor\.cargo\bin;C:\msys64\mingw%BITS%\bin;%PATH%;C:\msys64\usr\bin
- rustc -Vv
- cargo -Vv

0 comments on commit ba3713b

Please sign in to comment.
You can’t perform that action at this time.