We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf4c5a commit 7c729aeCopy full SHA for 7c729ae
.github/workflows/build.yml
@@ -97,15 +97,6 @@ jobs:
97
# try to install them anyways, so we save an apt-roundtrip.
98
sudo aptitude -o Acquire::Retries=30 install gcc-multilib g++-multilib pkg-config libgmp-dev libgmp-dev:i386 libx11-dev:i386 -y
99
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
-
109
- name: Checkout tree
110
uses: actions/checkout@v4
111
0 commit comments