Skip to content

Commit

Permalink
Set TLS 1.2 for Start-FileDownload [skip travis] [skip cirrus]
Browse files Browse the repository at this point in the history
As reported by appveyor/ci#3930
  • Loading branch information
tbeu committed Sep 6, 2024
1 parent 8407b4e commit 89e0ea1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ platform:

environment:
matrix:
- compiler: MinGW
configuration: Release
build_with: autoconf
- compiler: Cygwin
configuration: Release
build_with: autoconf
- compiler: MSVC
configuration: Release
build_with: cmake
Expand All @@ -31,6 +25,12 @@ environment:
- compiler: MSVC
configuration: Release Lib
build_with: msbuild
- compiler: MinGW
configuration: Release
build_with: autoconf
- compiler: Cygwin
configuration: Release
build_with: autoconf

matrix:
exclude:
Expand Down Expand Up @@ -61,6 +61,7 @@ for:

install:
- ps: >-
"[Net.ServicePointManager]::SecurityProtocol = 'Tls12'"
If ($env:Platform -Match "Win32") {
$env:HDF5_DIR="C:\projects\HDF5-1.8.13-win32"
$env:sdk_platform_env="x86"
Expand Down

0 comments on commit 89e0ea1

Please sign in to comment.