We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ad6fc commit 5a6eaa5Copy full SHA for 5a6eaa5
1 file changed
.github/actions/test-extended/action.yml
@@ -19,7 +19,8 @@ runs:
19
if: runner.os == 'macOS'
20
shell: bash
21
run: |
22
- brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/42429828b2685e19a65cbb075d1ccfe2d6e306af/Formula/n/netcdf-fortran.rb libevent
+ 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
24
nc-config --all
25
nf-config --all
26
0 commit comments