mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-26 00:22:10 +03:00
Update vcpkg before installing libxml2 and curl
This commit is contained in:
parent
921b23017a
commit
f15dc66a0a
@ -3,6 +3,9 @@ $ErrorActionPreference = 'Stop'
|
|||||||
|
|
||||||
powershell write-host -foregroundcolor Cyan "----- install system prerequisites -----"
|
powershell write-host -foregroundcolor Cyan "----- install system prerequisites -----"
|
||||||
|
|
||||||
|
# update vcpkg install
|
||||||
|
git -C ((Get-command vcpkg).Source | Split-Path) pull
|
||||||
|
|
||||||
# install libxml and libcurl[openssl]
|
# install libxml and libcurl[openssl]
|
||||||
$vcpkg_dir=(Get-command vcpkg).Source
|
$vcpkg_dir=(Get-command vcpkg).Source
|
||||||
|
|
||||||
@ -21,4 +24,3 @@ if ($LASTEXITCODE) { Throw }
|
|||||||
# update pip
|
# update pip
|
||||||
python -m pip install --upgrade pip --quiet
|
python -m pip install --upgrade pip --quiet
|
||||||
if ($LASTEXITCODE) { Throw }
|
if ($LASTEXITCODE) { Throw }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user