File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ set PATH=%PATH%;%cd%\%CMAKE_NAME%\bin
3030powershell -command " $ProgressPreference = 'SilentlyContinue'; $ErrorActionPreference = 'stop'; & { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; iwr https://github.com/google/protobuf/releases/download/v%PROTOBUF_VER% /protobuf-%PROTOBUF_VER% .zip -OutFile protobuf.zip }" || exit /b 1
3131powershell -command " $ErrorActionPreference = 'stop'; & { Add-Type -AssemblyName System.IO.Compression.FileSystem; [System.IO.Compression.ZipFile]::ExtractToDirectory('protobuf.zip', '.') }" || exit /b 1
3232del protobuf.zip
33- powershell -command " $ErrorActionPreference = 'stop'; & { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; iwr https://github.com/abseil/abseil-cpp/archive/refs/tags/%ABSL_VERSION% .zip -OutFile absl.zip }" || exit /b 1
33+ powershell -command " $ProgressPreference = 'SilentlyContinue'; $ ErrorActionPreference = 'stop'; & { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; iwr https://github.com/abseil/abseil-cpp/archive/refs/tags/%ABSL_VERSION% .zip -OutFile absl.zip }" || exit /b 1
3434powershell -command " $ErrorActionPreference = 'stop'; & { Add-Type -AssemblyName System.IO.Compression.FileSystem; [System.IO.Compression.ZipFile]::ExtractToDirectory('absl.zip', '.') }" || exit /b 1
3535del absl.zip
3636rmdir protobuf-%PROTOBUF_VER% \third_party\abseil-cpp
You can’t perform that action at this time.
0 commit comments