Skip to content

Commit

Permalink
fixup! 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 db04a65 commit 52b22b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
run: |
brew install gcc@12
- name: Install
env:
CC: gcc-12
FC: gfortran-12

- name: Install
run: |
python -m pip install --upgrade pip wheel
TARGET=HASWELL python -m pip install git+https://github.com/atmtools/climt@rrtmg-only
Expand Down

0 comments on commit 52b22b9

Please sign in to comment.