Skip to content

Commit

Permalink
correct path to share
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 20, 2024
1 parent 292df98 commit d0a5d7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/extbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ jobs:
ln -fs ../../ share
pushd cime
export CIME_MODEL=cesm
export NetCDF_DIR=/usr
export NetCDF_ROOT=/usr
mkdir ftest
cat ../ccs_config/machines/cmake_macros/ubuntu-latest.cmake
python ./scripts/fortran_unit_testing/run_tests.py --build-dir `pwd`/ftest --machine ubuntu-latest
# the following can be used by developers to login to the github server in case of errors
# see https://github.com/marketplace/actions/debugging-with-tmate for further details
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

0 comments on commit d0a5d7f

Please sign in to comment.