Skip to content

Commit 6ff3871

Browse files
committed
fix CI
1 parent d5f5068 commit 6ff3871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependencies/dependencies_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ set -eu -o pipefail
1010
brew update
1111
brew install gcc@15 || true
1212
brew install libomp || true
13-
brew install --cc=gcc-15 open-mpi || true
13+
brew install --cc=gcc-15 open-mpi --build-from-source || true
1414
brew install ccache || true
1515

0 commit comments

Comments
 (0)