remove commas from key

This commit is contained in:
Antonios Barotsis 2024-01-26 11:40:57 +01:00 committed by João Marcos
parent 5bba632331
commit 4dec225126

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