We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54d161 commit e6991cbCopy full SHA for e6991cb
1 file changed
appveyor.yml
@@ -8,6 +8,8 @@ environment:
8
install:
9
- SET PYTHON=C:\Python27%PYARCH%
10
- "%PYTHON%\\python -m pip install -U pip setuptools wheel"
11
+ # Install development version of milksnake that fixes Windows dylib discovery
12
+ - "%PYTHON%\\python -m pip install -U git+https://github.com/getsentry/milksnake"
13
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:RUST_TARGET}.exe"
14
- rust-nightly-%RUST_TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
15
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
0 commit comments