Try deleting the file

This commit is contained in:
Jon Beniston 2023-10-30 12:38:45 +00:00
parent d87ea496a6
commit 3feaac19ea
1 changed files with 3 additions and 1 deletions

View File

@ -109,7 +109,9 @@ jobs:
- name: Update brew
run: brew update
- name: Install brew packages
run: brew install --force --overwrite nasm boost hidapi libusb fftw ffmpeg faad2 opencv zlib airspy airspyhf hackrf rtl-sdr libbladerf uhd soapysdr
run: |
rm -f /usr/local/bin/2to3
brew install nasm boost hidapi libusb fftw ffmpeg faad2 opencv zlib airspy airspyhf hackrf rtl-sdr libbladerf uhd soapysdr
- name: Configure SDRangel
run: |
mkdir build && cd build