From 85f01535581aab492448df43ab7fab0a46d833aa Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Wed, 15 May 2024 11:49:31 -0600 Subject: [PATCH] try this for cdeps build --- .github/workflows/extbuild.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/extbuild.yml b/.github/workflows/extbuild.yml index 3fbe99ab..cb353dd3 100644 --- a/.github/workflows/extbuild.yml +++ b/.github/workflows/extbuild.yml @@ -73,7 +73,7 @@ jobs: id: cache-cdeps uses: actions/cache@v4 with: - path: $HOME/cdeps + path: cdeps-src key: ${{ runner.os }}-${{ env.CDEPS_VERSION }}.cdeps - name: checkout CDEPS @@ -82,6 +82,10 @@ jobs: repository: ESCOMP/CDEPS path: cdeps-src ref: ${{ env.CDEPS_VERSION }} + - name: get genf90 + run: | + cd cdeps-src + git submodule update --init - name: Build CDEPS if: steps.cache-cdeps.outputs.cache-hit != 'true' uses: ESCOMP/CDEPS/.github/actions/buildcdeps@cdeps1.0.26