Skip to content

Commit

Permalink
Updat CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Apr 1, 2024
1 parent 4a91057 commit 279441f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run_ccpp_scm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
run: git submodule update --init --recursive

- name: Grab CCPP SCM code
run: git clone --recursive https://github.com/NCAR/ccpp-scm.git
run: |
git clone --recursive https://github.com/NCAR/ccpp-scm.git
pwd
ls
- name: Update ccpp-framework hash in ccpp-scm
run: |
Expand Down

0 comments on commit 279441f

Please sign in to comment.