Skip to content

Commit 7c729ae

Browse files
committed
Misc: remove macos CI fix
1 parent bbf4c5a commit 7c729ae

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,6 @@ jobs:
9797
# try to install them anyways, so we save an apt-roundtrip.
9898
sudo aptitude -o Acquire::Retries=30 install gcc-multilib g++-multilib pkg-config libgmp-dev libgmp-dev:i386 libx11-dev:i386 -y
9999
100-
- name: macos fix
101-
if: runner.os == 'Macos'
102-
run: |
103-
brew update
104-
brew upgrade
105-
brew unlink [email protected]
106-
brew install pkgconf
107-
# work around https://github.com/actions/runner-images/issues/10984
108-
109100
- name: Checkout tree
110101
uses: actions/checkout@v4
111102

0 commit comments

Comments
 (0)