Skip to content

Commit 5a6eaa5

Browse files
committed
fetch formula first
1 parent 48ad6fc commit 5a6eaa5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/test-extended/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ runs:
1919
if: runner.os == 'macOS'
2020
shell: bash
2121
run: |
22-
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/42429828b2685e19a65cbb075d1ccfe2d6e306af/Formula/n/netcdf-fortran.rb libevent
22+
curl -fsSL -o /tmp/netcdf-fortran.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/42429828b2685e19a65cbb075d1ccfe2d6e306af/Formula/n/netcdf-fortran.rb
23+
brew install /tmp/netcdf-fortran.rb libevent
2324
nc-config --all
2425
nf-config --all
2526

0 commit comments

Comments
 (0)