Join not needed (?)

This commit is contained in:
Antonios Barotsis 2024-01-26 11:45:12 +01:00 committed by João Marcos
parent 4dec225126
commit 589328d6a5

View File

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