Skip to content

Commit

Permalink
yet more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlevy1981 committed Nov 20, 2024
1 parent 67e313e commit 46a070e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview_namelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
pull_request:
branches: [ master, cesm3.0-alphabranch ]

env:
ESMFMKFILE: ${{ env.HOME }}/esmf.mk
jobs:
preview_namelists:
runs-on: ubuntu-latest
Expand All @@ -25,6 +23,8 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Actions Testing"
echo "HOME is $HOME"
echo "ESMFMKFILE=$HOME/esmf.mk" >> ${GITHUB_ENV}
echo "ESMFMKFILE is $ESMFMKFILE"
echo "ESMF_VERSION_STRING=8.7.0" > $ESMFMKFILE
sudo apt-get install libxml2-utils
Expand Down

0 comments on commit 46a070e

Please sign in to comment.