Skip to content

Commit

Permalink
try homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
MarDiehl committed Mar 6, 2024
1 parent 93e6359 commit 1c0a42a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/Fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,18 @@ jobs:
run: |
./bin/DAMASK_grid -l tensionX.yaml -g 20grains16x16x16.vti -m material.yaml -w examples/grid
./bin/DAMASK_mesh -l tensionZ_3g.yaml -g cube_3grains.msh -m material.yaml -w examples/mesh
macos:
runs-on: macos-latest

steps:

- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
id: set-up-homebrew

- name: PETSc - Install
run: |
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
brew install petsc

0 comments on commit 1c0a42a

Please sign in to comment.