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.
2 parents 7cfe487 + 338d68d commit b3f7e60Copy full SHA for b3f7e60
.github/workflows/macos.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Install dependencies
44
run: |
45
brew update --preinstall
46
- brew bundle --file=contrib/Brewfile
+ brew bundle --force --file=contrib/Brewfile
47
48
OS_NAME=$([[ ${{ matrix.version }} -eq 13 ]] && echo "Ventura" || echo "Sonoma")
49
MACPORTS_PKG_NAME=MacPorts-2.10.1-${{ matrix.version }}-${OS_NAME}.pkg
contrib/Brewfile
@@ -12,7 +12,7 @@ brew "json-c"
12
brew "libtool"
13
brew "openssl@3"
14
brew "pcre2"
15
-brew "pkg-config"
+brew "pkgconf"
16
17
brew "curl"
18
brew "gradle"
0 commit comments