Skip to content

Commit

Permalink
fix cdeps cache issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed May 16, 2024
1 parent 158c82f commit 978fcaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
id: cache-cdeps
uses: actions/cache@v4
with:
path: cdeps-src
key: ${{ runner.os }}-${{ env.CDEPS_VERSION }}.cdeps
path: /homme/runner/work/CMEPS/CMEPS/build-cdeps
key: ${{ runner.os }}-${{ env.CDEPS_VERSION }}.cdeps1

- name: checkout CDEPS
uses: actions/checkout@v4
Expand Down

0 comments on commit 978fcaa

Please sign in to comment.