We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9487d1b commit 992e700Copy full SHA for 992e700
2 files changed
.github/workflows/macos.yml
@@ -3,9 +3,9 @@ name: macOS
3
on:
4
push:
5
branches:
6
- - dev
7
- brew
8
-
+ pull_request:
+ branches: [ "master" ]
9
workflow_dispatch:
10
11
jobs:
install-forefire-osx.sh
@@ -12,9 +12,9 @@ if ! xcode-select -p > /dev/null 2>&1; then
12
fi
13
14
# Install dependencies via Homebrew.
15
-brew install cmake
16
-brew install netcdf
17
-brew install netcdf-cxx
+brew reinstall cmake
+brew reinstall netcdf
+brew reinstall netcdf-cxx
18
19
# Set NETCDF_HOME to the prefix for the NetCDF C library.
20
export NETCDF_HOME=$(brew --prefix netcdf)
0 commit comments