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 0a13932
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,11 @@ stages:
addToPath: true
- script: |
set -e
brew install doxygen libusb libxml2 ncurses cdk libserialport sphinx-doc pkg-config zstd
# rm /usr/local/bin/2to3 || true
which python3
brew install --overwrite doxygen libusb libxml2 ncurses cdk libserialport sphinx-doc pkg-config zstd
pip3 install sphinx
$(which python3) -m pip install --break-system-packages setuptools
displayName: 'Dependencies'
condition: ne(variables['agentName'],'miniMAC_arm64')
- script: |
Expand Down

0 comments on commit 0a13932

Please sign in to comment.