mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +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 -----"
|
||||
|
||||
# update vcpkg install
|
||||
git -C ((Get-command vcpkg).Source | Split-Path) pull
|
||||
|
||||
# install libxml and libcurl[openssl]
|
||||
$vcpkg_dir=(Get-command vcpkg).Source
|
||||
|
||||
@ -21,4 +24,3 @@ if ($LASTEXITCODE) { Throw }
|
||||
# update pip
|
||||
python -m pip install --upgrade pip --quiet
|
||||
if ($LASTEXITCODE) { Throw }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user