Skip to content

Commit bf831e3

Browse files
attempt to fix the MacOS CI yet again
1 parent eb8b852 commit bf831e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_all.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
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

0 commit comments

Comments
 (0)