Skip to content

Commit

Permalink
Try --force 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 ab45587 commit d87ea49
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 --overwrite nasm boost hidapi libusb fftw ffmpeg faad2 opencv zlib airspy airspyhf hackrf rtl-sdr libbladerf uhd soapysdr
run: brew install --force --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 d87ea49

Please sign in to comment.