Skip to content

Commit e6991cb

Browse files
committed
appveyor: Install dev version of milksnake to fix dylib discovery
1 parent a54d161 commit e6991cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ environment:
88
install:
99
- SET PYTHON=C:\Python27%PYARCH%
1010
- "%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"
1113
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:RUST_TARGET}.exe"
1214
- rust-nightly-%RUST_TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
1315
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin

0 commit comments

Comments
 (0)