Skip to content

Commit

Permalink
updates workflow for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed May 13, 2024
1 parent 885c3f9 commit a3267f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,8 @@ jobs:
- name: configure
run: |
./configure
# checks exit code
if [[ $? -ne 0 ]]; then cat config.log; exit 1; fi
./configure ; if [[ $? -ne 0 ]]; then cat config.log; exit 1; fi
# changes SCOTCH Makefile for macOS
echo "modifying external_libs/scotch/src/Makefile.inc"
cp -v external_libs/scotch/src/Make.inc/Makefile.inc.i686_mac_darwin8 external_libs/scotch/src/Makefile.inc
Expand Down

0 comments on commit a3267f2

Please sign in to comment.