Skip to content

Commit

Permalink
try this for cdeps build
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed May 15, 2024
1 parent e0007c0 commit 85f0153
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/extbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
Expand Down

0 comments on commit 85f0153

Please sign in to comment.