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 6cc84bc commit a4fe901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
steps:
- checkout: self
fetchDepth: 1
clean: true
clean: "true"
- task: DownloadPipelineArtifact@2
displayName: 'Get libiio artifacts'
env:
Expand All @@ -211,6 +211,7 @@ jobs:
inputs:
targetType: inline
script: |
Get-Childitem –Path C:\
# Build and install libiio
bash -c "/c/projects/libm2k/CI/appveyor/install_deps_msvc.sh"
Expand Down

0 comments on commit a4fe901

Please sign in to comment.