File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,9 @@ echo "PKG_CONFIG_PATH=/usr/local/lib/pkgconfig" >> "$GITHUB_ENV"
3131echo " /usr/local/opt/qt/bin" >> " $GITHUB_PATH "
3232echo " DYLIBBUNDLER_FLAGS=$DYLIBBUNDLER_FLAGS " >> " $GITHUB_ENV "
3333
34- # Ensure that pkg-config is installed but unlinked.
35- # This is to prevent interference with pkgconf - both can be installed as
36- # a dependency of other packages so ensure a defined state (both installed;
37- # pkgconf installed and enabled later).
38- if ! brew list pkg-config 2> /dev/null; then
39- brew install pkg-config
34+ if ! brew list pkgconf 2> /dev/null && ! brew list pkg-config 2> /dev/null; then
35+ brew install pkgconf
4036fi
41- brew unlink pkg-config
4237
4338set -- \
4439 asciidoctor \
@@ -55,7 +50,6 @@ set -- \
5550 molten-vk \
5651 opencv \
5752 ossp-uuid ` # for cineform` \
58- pkgconf \
5953 portaudio \
6054 qt \
6155 sdl2 \
You can’t perform that action at this time.
0 commit comments