fix: windows cache is not caching correctly.

This commit is contained in:
2025-09-17 13:59:03 +02:00
parent 079361771f
commit e623a352d2

View File

@@ -36,7 +36,8 @@ jobs:
- name: get submodule hash
id: get-hash
run: echo "HASH=$(git submodule | sha1sum)" >$GITHUB_OUTPUT
run: echo "HASH=$(git submodule | sha1sum | cut -d' ' -f1)" >$GITHUB_OUTPUT
shell: bash
- uses: actions/cache@v4
id: cache-deps