Skip to content

Commit 953d1f0

Browse files
committed
Again fix AppVeyor
1 parent 6854290 commit 953d1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
# BITS: 64
1010
install:
1111
- ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2n.exe"
12-
- Win%BITS%OpenSSL-1_0_2m.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"
12+
- Win%BITS%OpenSSL-1_0_2n.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"
1313
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
1414
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
1515
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin

0 commit comments

Comments
 (0)