Clean useless commands for windows ci

This commit is contained in:
lepapareil 2022-09-20 13:57:56 +02:00
parent 2497befab2
commit 02f778ea42
No known key found for this signature in database
GPG Key ID: F4F06B068FB00692
2 changed files with 0 additions and 2 deletions

View File

@ -79,7 +79,6 @@ jobs:
run: |
# vcpkg build prequisites
(Get-Command vcpkg).Path
Get-ChildItem -Path C:\vcpkg\installed
if (Test-Path C:\vcpkg\installed\x64-windows\lib\libcurl.lib) {echo "curl already installed"} else {vcpkg install curl:x64-windows}
if (Test-Path C:\vcpkg\installed\x64-windows\lib\libxml2.lib) {echo "libxml2 already installed"} else {vcpkg install libxml2:x64-windows}
vcpkg update

View File

@ -252,7 +252,6 @@ jobs:
run: |
# vcpkg build prequisites
(Get-Command vcpkg).Path
Get-ChildItem -Path C:\vcpkg\installed
if (Test-Path C:\vcpkg\installed\x64-windows\lib\libcurl.lib) {echo "curl already installed"} else {vcpkg install curl:x64-windows}
if (Test-Path C:\vcpkg\installed\x64-windows\lib\libxml2.lib) {echo "libxml2 already installed"} else {vcpkg install libxml2:x64-windows}
vcpkg update