Skip to content

Commit

Permalink
workaround?
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Dec 4, 2022
1 parent 17e1645 commit 77e8f00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ jobs:
make libs
- name: Make RTE-ECCKD
env:
FCFLAGS: "-ffree-line-length-none -m64 -std=f2008 -march=native -fbounds-check -finit-real=nan -g -DRTE_USE_CBOOL -I/${RRTMGP_ROOT}/build"
run: |
cd rte-ecckd
echo "FCFLAGS= ${FCFLAGS} -I/${RRTMGP_ROOT}/build" >> $GITHUB_ENV
make

0 comments on commit 77e8f00

Please sign in to comment.