use different ccache storage keys for gcc and clang

This commit is contained in:
Axel Kohlmeyer
2025-06-14 06:10:47 -04:00
parent 848ef74459
commit 1475111f7f

View File

@ -55,8 +55,8 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: ${{ env.CCACHE_DIR }} path: ${{ env.CCACHE_DIR }}
key: linux-cpp23-ccache-${{ github.sha }} key: linux-cpp23-ccache-${{ matrix.idx }}-${{ github.sha }}
restore-keys: linux-cpp23-ccache- restore-keys: linux-cpp23-ccache-${{ matrix.idx }}
- name: Building LAMMPS via CMake - name: Building LAMMPS via CMake
shell: bash shell: bash