charlie-foxtrot / RTLSDR-Airband

Multichannel AM/NFM demodulator
GNU General Public License v3.0
761 stars 135 forks source link

Fix Mac CI build failures on `main` #436

Closed charlie-foxtrot closed 11 months ago

charlie-foxtrot commented 11 months ago

brew install will cause a brew upgrade on any installed package that is out of date, and one of these is failing.

Avoiding calling brew update when running as a GitHub Action and assuming the OS image is already up to date "enough" avoids the brew upgrade of those already installed packages