remove commas from key

This commit is contained in:
Antonios Barotsis 2024-01-26 11:40:57 +01:00
parent 7cbbd74d74
commit f792724291

View File

@ -99,7 +99,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
key: "${{ matrix.target }}-${{ env.EXTRA_CARGO_FLAGS }}"
key: "${{ matrix.target }}-${{ join(matrix.feature-use-zlib, '_') }}-${{ join(matrix.feature-use-zstd-thin, '_') }}-${{ join(matrix.feature-unrar, '_') }}"
- name: Test on stable
# there's no way to run tests for ARM64 Windows for now