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 6e3a3cd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/Fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,17 @@ 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: |
brew install petsc

0 comments on commit 6e3a3cd

Please sign in to comment.