Skip to content

Commit

Permalink
try to fix macos CI again (fix your shit microsoft...)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma committed Mar 25, 2024
1 parent 867a868 commit e1c48e9
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,30 +92,6 @@ jobs:

- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build

- name: Update brew repositories
run: brew update

- name: Fix stuff
run: |
# Workaround for https://github.com/actions/runner-images/issues/4020
brew unlink [email protected]
brew uninstall --force azure-cli
brew uninstall --force aws-sam-cli
brew uninstall --force pipx
brew uninstall --force [email protected]
brew uninstall --force [email protected]
rm -f '/usr/local/bin/2to3'
rm -f '/usr/local/bin/2to3-3.12'
rm -f '/usr/local/bin/idle3'
rm -f '/usr/local/bin/idle3.12'
rm -f '/usr/local/bin/pydoc3'
rm -f '/usr/local/bin/pydoc3.12'
rm -f '/usr/local/bin/python3'
rm -f '/usr/local/bin/python3-config'
rm -f '/usr/local/bin/python3.12'
rm -f '/usr/local/bin/python3.12-config'
brew install python@3 || brew link --overwrite python@3

- name: Install dependencies
run: brew install pkg-config libusb fftw glfw airspy airspyhf portaudio hackrf libbladerf codec2 zstd autoconf automake libtool && pip3 install mako
Expand Down Expand Up @@ -167,30 +143,6 @@ jobs:

- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build

- name: Update brew repositories
run: brew update

- name: Fix stuff
run: |
# Workaround for https://github.com/actions/runner-images/issues/4020
brew unlink [email protected]
brew uninstall --force azure-cli
brew uninstall --force aws-sam-cli
brew uninstall --force pipx
brew uninstall --force [email protected]
brew uninstall --force [email protected]
rm -f '/usr/local/bin/2to3'
rm -f '/usr/local/bin/2to3-3.12'
rm -f '/usr/local/bin/idle3'
rm -f '/usr/local/bin/idle3.12'
rm -f '/usr/local/bin/pydoc3'
rm -f '/usr/local/bin/pydoc3.12'
rm -f '/usr/local/bin/python3'
rm -f '/usr/local/bin/python3-config'
rm -f '/usr/local/bin/python3.12'
rm -f '/usr/local/bin/python3.12-config'
brew install python@3 || brew link --overwrite python@3

- name: Install dependencies
run: brew install pkg-config libusb fftw glfw airspy airspyhf portaudio hackrf libbladerf codec2 zstd autoconf automake libtool && pip3 install mako
Expand Down

0 comments on commit e1c48e9

Please sign in to comment.