Skip to content

Commit 7f62a01

Browse files
committed
try to remove one specific version it was not here
1 parent 6069635 commit 7f62a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install:
5757
$ENV:GENERATOR = "NMake Makefiles"
5858
}
5959
}
60-
ForEach ($v in @('v35-', 'v33-', 'v111-', '')) {
60+
ForEach ($v in @('v35-', 'v33-', '')) {
6161
$d = "c:\openssl-${v}win$ENV:WIDTH"
6262
if (Test-Path $d) {
6363
$ENV:OPENSSL_ROOT_DIR = $d

0 commit comments

Comments
 (0)