Skip to content

Commit 0d01032

Browse files
committed
Use shorter hash
1 parent e38d145 commit 0d01032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Get source hash
6565
id: source-hash
6666
run: |
67-
hash=$(git ls-tree -r HEAD --name-only Source Plugins JuceLibraryCode CMakeLists.txt HelperFunctions.cmake | git hash-object --stdin-paths | cut -c1-16 | tr -d '\n')
67+
hash=$(git ls-tree -r HEAD --name-only Source Plugins JuceLibraryCode CMakeLists.txt HelperFunctions.cmake | sha256sum | cut -d' ' -f1 | cut -c1-16)
6868
echo "hash=$hash" >> $GITHUB_OUTPUT
6969
shell: bash
7070
- name: Restore build cache

0 commit comments

Comments
 (0)