We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56a0e3 commit 9a043deCopy full SHA for 9a043de
.github/workflows/build.yaml
@@ -19,13 +19,9 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
22
- - name: Checkout BlazingMQ
23
- run: git clone --depth 1 https://github.com/bloomberg/blazingmq
24
-
25
- - name: Get latest BlazingMQ commit SHA
+ - name: Compute hash of dependency versions
26
id: get-sha
27
- working-directory: blazingmq
28
- run: echo "blazingmq_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
+ run: echo "blazingmq_sha=$(sha1sum bin/clone-dependencies.sh | awk '{ print $1 }')" >> $GITHUB_OUTPUT
29
30
- name: Try to get cached BlazingMQ build artifacts
31
id: cache-restore
0 commit comments