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 5f35e18 commit 5383ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
inputs:
targetType: inline
script: |
Get-Childitem –Path 'C:\$(Agent.BuildDirectory)\s\build\'
Get-Childitem –Path '$(Agent.BuildDirectory)\s\build\'
# Build and install libiio
bash -c "/c/projects/libm2k/CI/appveyor/install_deps_msvc.sh"
Expand Down

0 comments on commit 5383ae5

Please sign in to comment.