Skip to content

Commit

Permalink
mac issues
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-boon committed Jan 31, 2024
1 parent e52ae5e commit 72a6db9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ jobs:

- name: Install packages
run: |
brew reinstall gcc
#brew reinstall gcc
brew install netcdf
brew install gd
- name: compile GLM
run: |
Expand Down Expand Up @@ -187,8 +188,9 @@ jobs:

- name: Install packages
run: |
brew reinstall gcc
#brew reinstall gcc
brew install netcdf
brew install gd
- name: compile GLM
run: |
Expand Down

0 comments on commit 72a6db9

Please sign in to comment.