From bf831e3a50dfa4fb0351259d20d72d093d1faf36 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Fri, 22 Mar 2024 18:48:27 +0100 Subject: [PATCH] attempt to fix the MacOS CI yet again --- .github/workflows/build_all.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 7949bf98..c96f990d 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -96,6 +96,9 @@ jobs: - name: Update brew repositories run: brew update + - name: Fix stuff + 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 + - name: Install dependencies run: brew install pkg-config libusb fftw glfw airspy airspyhf portaudio hackrf libbladerf codec2 zstd autoconf automake libtool && pip3 install mako @@ -150,6 +153,9 @@ jobs: - name: Update brew repositories run: brew update + - name: Fix stuff + 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 + - name: Install dependencies run: brew install pkg-config libusb fftw glfw airspy airspyhf portaudio hackrf libbladerf codec2 zstd autoconf automake libtool && pip3 install mako