Skip to content

Commit

Permalink
Misc: remove macos CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Nov 26, 2024
1 parent bbf4c5a commit 7c729ae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,6 @@ jobs:
# try to install them anyways, so we save an apt-roundtrip.
sudo aptitude -o Acquire::Retries=30 install gcc-multilib g++-multilib pkg-config libgmp-dev libgmp-dev:i386 libx11-dev:i386 -y
- name: macos fix
if: runner.os == 'Macos'
run: |
brew update
brew upgrade
brew unlink pkg-config@0.29.2
brew install pkgconf
# work around https://github.com/actions/runner-images/issues/10984
- name: Checkout tree
uses: actions/checkout@v4

Expand Down

0 comments on commit 7c729ae

Please sign in to comment.