Skip to content

Commit 32497b8

Browse files
committed
Fix submodule cache key
1 parent 4867b60 commit 32497b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Submodule Cache Key
4646
run: |
47-
echo "submodule_cache_key=$(git submodule)" >> $GITHUB_OUTPUT
47+
echo "submodule_cache_key=$(git submodule | sha256)" >> $GITHUB_OUTPUT
4848
shell: bash
4949

5050
- name: Cache submodules

0 commit comments

Comments
 (0)