Skip to content

Commit

Permalink
Try --overwrite to fix python install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
srcejon committed Oct 30, 2023
1 parent a519a01 commit ab45587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdrangel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Update brew
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
run: brew install --overwrite 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
Expand Down

0 comments on commit ab45587

Please sign in to comment.