Skip to content

Commit e52a692

Browse files
committed
Try to get sha right
1 parent d583447 commit e52a692

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343
4444
- name: Submodule Cache Key
4545
run: |
46-
echo "submodule_cache_key=$(git submodule | sha256)" >> $GITHUB_OUTPUT
46+
git submodule
47+
git submodule | sha256sum
48+
echo "submodule_cache_key=$(git submodule | sha256sum)"
49+
echo "submodule_cache_key=$(git submodule | sha256sum)" >> $GITHUB_OUTPUT
4750
shell: bash
4851

4952
- name: Cache submodules

0 commit comments

Comments
 (0)