File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 9696 - name : Update brew repositories
9797 run : brew update
9898
99+ - name : Fix stuff
100+ run : rm -f /usr/local/bin/2to3* /usr/local/bin/idle3* /usr/local/bin/pydoc3* /usr/local/bin/python3* /usr/local/bin/python3-config* && brew reinstall gettext
101+
99102 - name : Install dependencies
100103 run : brew install pkg-config libusb fftw glfw airspy airspyhf portaudio hackrf libbladerf codec2 zstd autoconf automake libtool && pip3 install mako
101104
@@ -150,6 +153,9 @@ jobs:
150153 - name : Update brew repositories
151154 run : brew update
152155
156+ - name : Fix stuff
157+ run : rm -f /usr/local/bin/2to3* /usr/local/bin/idle3* /usr/local/bin/pydoc3* /usr/local/bin/python3* /usr/local/bin/python3-config* && brew reinstall gettext
158+
153159 - name : Install dependencies
154160 run : brew install pkg-config libusb fftw glfw airspy airspyhf portaudio hackrf libbladerf codec2 zstd autoconf automake libtool && pip3 install mako
155161
You can’t perform that action at this time.
0 commit comments