Skip to content

Commit 12cbe53

Browse files
Update GitHub Actions workflow
1 parent 85fe3a8 commit 12cbe53

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dev-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,18 @@ jobs:
4747
uses: actions/cache@v4
4848
with:
4949
path: build/download
50-
key: downloads-${{ hashFiles('buildroot/.git/modules/**/HEAD', 'buildroot-external-metrological-open-source/.git/HEAD', 'buildroot-external-metrological-restricted/.git/HEAD') }}
50+
key: downloads-${{ hashFiles('.gitmodules') }}-${{ github.sha }}
5151
restore-keys: |
52+
downloads-${{ hashFiles('.gitmodules') }}-
5253
downloads-
5354
5455
- name: Cache ccache (armv7)
5556
uses: actions/cache@v4
5657
with:
5758
path: build/ccache
58-
key: ccache-armv7-${{ hashFiles('buildroot/.git/modules/**/HEAD') }}
59+
key: ccache-armv7-${{ hashFiles('.gitmodules') }}-${{ github.sha }}
5960
restore-keys: |
61+
ccache-armv7-${{ hashFiles('.gitmodules') }}-
6062
ccache-armv7-
6163
6264
- name: Install dependencies

0 commit comments

Comments
 (0)