Try to fix Mac build, again.

This commit is contained in:
srcejon 2023-12-05 12:48:14 +00:00
parent 8d37579076
commit 8240d0a9d5
1 changed files with 3 additions and 3 deletions

View File

@ -111,9 +111,9 @@ jobs:
- name: Install brew uhd package - name: Install brew uhd package
run: | run: |
rm -f /usr/local/bin/2to3* rm -f /usr/local/bin/2to3*
rm -f /usr/local/bin/idle3 rm -f /usr/local/bin/idle3*
rm -f /usr/local/bin/pydoc3 rm -f /usr/local/bin/pydoc3*
rm -f /usr/local/bin/python3 rm -f /usr/local/bin/python3*
rm -f /usr/local/bin/python3-config rm -f /usr/local/bin/python3-config
brew install uhd brew install uhd
- name: Install brew opencv package - name: Install brew opencv package