From 279441f9257b65b90d7166eed2aef22f76741fe4 Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Mon, 1 Apr 2024 16:40:49 +0000 Subject: [PATCH] Updat CI --- .github/workflows/run_ccpp_scm.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_ccpp_scm.yaml b/.github/workflows/run_ccpp_scm.yaml index ec348b0d..61fd6082 100644 --- a/.github/workflows/run_ccpp_scm.yaml +++ b/.github/workflows/run_ccpp_scm.yaml @@ -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: |