Skip to content

Commit e1c48e9

Browse files
try to fix macos CI again (fix your shit microsoft...)
1 parent 867a868 commit e1c48e9

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

.github/workflows/build_all.yml

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -92,30 +92,6 @@ jobs:
9292

9393
- name: Create Build Environment
9494
run: cmake -E make_directory ${{runner.workspace}}/build
95-
96-
- name: Update brew repositories
97-
run: brew update
98-
99-
- name: Fix stuff
100-
run: |
101-
# Workaround for https://github.com/actions/runner-images/issues/4020
102-
brew unlink [email protected]
103-
brew uninstall --force azure-cli
104-
brew uninstall --force aws-sam-cli
105-
brew uninstall --force pipx
106-
brew uninstall --force [email protected]
107-
brew uninstall --force [email protected]
108-
rm -f '/usr/local/bin/2to3'
109-
rm -f '/usr/local/bin/2to3-3.12'
110-
rm -f '/usr/local/bin/idle3'
111-
rm -f '/usr/local/bin/idle3.12'
112-
rm -f '/usr/local/bin/pydoc3'
113-
rm -f '/usr/local/bin/pydoc3.12'
114-
rm -f '/usr/local/bin/python3'
115-
rm -f '/usr/local/bin/python3-config'
116-
rm -f '/usr/local/bin/python3.12'
117-
rm -f '/usr/local/bin/python3.12-config'
118-
brew install python@3 || brew link --overwrite python@3
11995

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

168144
- name: Create Build Environment
169145
run: cmake -E make_directory ${{runner.workspace}}/build
170-
171-
- name: Update brew repositories
172-
run: brew update
173-
174-
- name: Fix stuff
175-
run: |
176-
# Workaround for https://github.com/actions/runner-images/issues/4020
177-
brew unlink [email protected]
178-
brew uninstall --force azure-cli
179-
brew uninstall --force aws-sam-cli
180-
brew uninstall --force pipx
181-
brew uninstall --force [email protected]
182-
brew uninstall --force [email protected]
183-
rm -f '/usr/local/bin/2to3'
184-
rm -f '/usr/local/bin/2to3-3.12'
185-
rm -f '/usr/local/bin/idle3'
186-
rm -f '/usr/local/bin/idle3.12'
187-
rm -f '/usr/local/bin/pydoc3'
188-
rm -f '/usr/local/bin/pydoc3.12'
189-
rm -f '/usr/local/bin/python3'
190-
rm -f '/usr/local/bin/python3-config'
191-
rm -f '/usr/local/bin/python3.12'
192-
rm -f '/usr/local/bin/python3.12-config'
193-
brew install python@3 || brew link --overwrite python@3
194146

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

0 commit comments

Comments
 (0)