1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 01:55:48 -05:00

Remove Qt6

This commit is contained in:
Jon Beniston 2023-09-23 17:07:55 +01:00
parent 7873595ad9
commit cd49cca056

View File

@ -30,6 +30,8 @@ jobs:
run: brew update
- name: Install brew packages
run: brew install nasm boost hidapi libusb fftw ffmpeg faad2 opencv zlib airspy airspyhf hackrf rtl-sdr libbladerf uhd soapysdr
- name: Unstall brew's Qt6, so we use 5.15 installed above
run: brew uninstall qt
- name: build sdrangel on Mac
run: |
mkdir build && cd build