Skip to content

Commit

Permalink
update cime using my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 20, 2024
1 parent d0a5d7f commit 7a9b3cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/extbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
uses: actions/checkout@v4
with:
path: cime
ref: master
repository: ESMCI/cime
ref: remove_esmf_wrf_timemanager
repository: jedwards4b/cime

- name: Checkout ccs_config
uses: actions/checkout@v4
Expand All @@ -115,7 +115,7 @@ jobs:
- name: run unit testing
run: |
# this line is to satisfy the config_files.xml path structure
ln -fs ../../ share
ln -fs . share
pushd cime
export CIME_MODEL=cesm
export NetCDF_ROOT=/usr
Expand Down

0 comments on commit 7a9b3cb

Please sign in to comment.