Skip to content

Commit 31d3347

Browse files
gruenichtimokoch
authored andcommitted
macOS: Do not brew install pkg-config
It is already part of the image
1 parent 05a53cf commit 31d3347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ossetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ elif [ "$RUNNER_OS" == "macOS" ]; then
2323
brew update
2424
brew install [email protected] || true
2525
brew install [email protected] || true
26-
brew install openmpi suite-sparse gmsh boost pkg-config || true
26+
brew install openmpi suite-sparse gmsh boost || true
2727
# + superlu (is failing currently)
2828
fi

0 commit comments

Comments
 (0)