Skip to content

Commit

Permalink
azure_pipelines.yml: Fix macos13_x64 build
Browse files Browse the repository at this point in the history
Signed-off-by: Bianca Popu <bianca-maria.popu@analog.com>
  • Loading branch information
bia1708 committed Feb 21, 2024
1 parent 2d22c17 commit f7bd4d4
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 @@ -330,8 +330,9 @@ stages:
addToPath: true
- script: |
set -e
rm /usr/local/bin/2to3 || true
brew install doxygen libusb libxml2 ncurses cdk libserialport sphinx-doc pkg-config zstd
pip3 install sphinx
pip3 install sphinx setuptools || true
displayName: 'Dependencies'
condition: ne(variables['agentName'],'miniMAC_arm64')
- script: |
Expand Down

0 comments on commit f7bd4d4

Please sign in to comment.