Skip to content

Commit

Permalink
github/workflows/nix: encode env.RELOC_VERSION in the key of cache
Browse files Browse the repository at this point in the history
encode RELOC_VERSION in the key of binary, so we can use different
binary for testing. there is chance that newer ccm would like to use
newer scylla executables for testing.

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Mar 22, 2024
1 parent 38ec4d6 commit 0365c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
path: |
~/.ccm/repository
~/.ccm/scylla-repository
key: ${{ runner.os }}-binaries
key: ${{ runner.os }}-${{ env.RELOC_VERSION }}-binaries

- name: Download versions
if: steps.cache-versions.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 0365c7b

Please sign in to comment.