Skip to content

Commit

Permalink
azure_pipelines.yml: Fixing dependencies stage
Browse files Browse the repository at this point in the history
Signed-off-by: bia1708 <[email protected]>
  • Loading branch information
bia1708 committed Sep 14, 2023
1 parent 0df04af commit d454db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ jobs:
#Download libiio deps
echo "Downloading deps..."
cd c:\
wget -r -np http://swdownloads.analog.com/cse/build/libiio-win-deps-libusb1.0.24.zip
Get-Childitem –Path "c:\"
wget http://swdownloads.analog.com/cse/build/libiio-win-deps-libusb1.0.24.zip
Get-Childitem –Path C:\
7z x -y "c:\libiio-win-deps-libusb1.0.24.zip"
# Get-Childitem –Path '$(Agent.BuildDirectory)\s\.git'
Expand Down

0 comments on commit d454db1

Please sign in to comment.