Skip to content

Commit 20abebd

Browse files
authored
Merge pull request #1152 from kiwix/macos13
removed temp hack
2 parents 585f55d + 58a1af8 commit 20abebd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
- name: Install packages
3939
run: |
4040
brew update
41-
brew unlink python3
42-
# upgrade from [email protected] to [email protected] fails to overwrite those
43-
rm -f /usr/local/bin/2to3 /usr/local/bin/2to3-3.12 /usr/local/bin/idle3 /usr/local/bin/idle3.12 /usr/local/bin/pydoc3 /usr/local/bin/pydoc3.12 /usr/local/bin/python3 /usr/local/bin/python3-config /usr/local/bin/python3.12 /usr/local/bin/python3.12-config
4441
brew install pkg-config ninja meson
4542
env:
4643
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1

0 commit comments

Comments
 (0)