1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-25 09:18:54 -05:00

Try deleting the file

This commit is contained in:
Jon Beniston 2023-10-30 12:38:45 +00:00
parent d87ea496a6
commit 3feaac19ea

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