We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f36a1 commit 249a27cCopy full SHA for 249a27c
.github/workflows/ruby.yml
@@ -157,11 +157,9 @@ jobs:
157
- name: Install Homebrew Dependencies
158
shell: bash
159
run: |
160
- # pkg-config formula is deprecated but it's still installed
161
- # in GitHub Actions runner now. We can remove this once
162
- # pkg-config formula is removed from GitHub Actions runner.
163
- brew uninstall pkg-config || :
164
- brew uninstall pkg-config@0.29.2 || :
+ # We can remove this once GitHub hosted runners include
+ # Meson 1.8.4 or later by default.
+ brew update
165
brew bundle --file=cpp/Brewfile
166
brew bundle --file=c_glib/Brewfile
167
# For Meson.
0 commit comments