We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38d145 commit 0d01032Copy full SHA for 0d01032
.github/workflows/tests.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Get source hash
65
id: source-hash
66
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')
+ hash=$(git ls-tree -r HEAD --name-only Source Plugins JuceLibraryCode CMakeLists.txt HelperFunctions.cmake | sha256sum | cut -d' ' -f1 | cut -c1-16)
68
echo "hash=$hash" >> $GITHUB_OUTPUT
69
shell: bash
70
- name: Restore build cache
0 commit comments