Skip to content

Commit

Permalink
Break build actions into smaller pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
ghfbsd committed Mar 22, 2024
1 parent 31215ed commit 3d3b870
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
shell: bash
run: |
brew install xquartz --cask
#sh dobuild /usr/local 116 F77=gfortran-11 CC=gcc-11 2>&1 > build.out
sh dobuild /usr/local 116 F77=gfortran-11 CC=gcc-11
- name: Test for success
shell: bash
run: |
if [ -f /usr/local/bin/sac ] ; then
/usr/local/bin/sac <<- EOF > prog.out
message "build successful"
Expand Down

0 comments on commit 3d3b870

Please sign in to comment.