Skip to content

Commit 7757df6

Browse files
committed
of course
1 parent e07c4a0 commit 7757df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
# this *should* be fixed in cmake 4.3
3838
- name: Install hdf5 from old formula
3939
run: |
40-
mkdir -p $(brew --repository)/Library/Taps/user/repo
41-
curl -o $(brew --repository)/Library/Taps/user/repo/hdf5-mpi.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/d03791212a4670e68f21c66939c5d348bc1d4bef/Formula/h/hdf5-mpi.rb
40+
mkdir -p $(brew --repository)/Library/Taps/user/homebrew-repo
41+
curl -o $(brew --repository)/Library/Taps/user/homebrew-repo/hdf5-mpi.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/d03791212a4670e68f21c66939c5d348bc1d4bef/Formula/h/hdf5-mpi.rb
4242
brew install user/repo/hdf5-mpi
4343
4444
- name: Install parthenon_tools

0 commit comments

Comments
 (0)