Skip to content

Commit

Permalink
Fix CI with macos runners (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo authored Nov 20, 2024
1 parent 493c064 commit d4be1c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ 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 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 d4be1c0

Please sign in to comment.