Skip to content

Commit

Permalink
Set CC/FC environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lkluft committed Jul 3, 2024
1 parent 2f11e15 commit ffe9062
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
if: matrix.name == 'macos'
run: |
brew install gcc@12
echo "CC=gcc-12" >> $GITHUB_ENV
echo "FC=gfortran-12" >> $GITHUB_ENV
env:
CC: gcc-12
FC: gfortran-12

- name: Install
run: |
Expand Down

0 comments on commit ffe9062

Please sign in to comment.