use different ccache storage keys for gcc and clang
This commit is contained in:
4
.github/workflows/check-cpp23.yml
vendored
4
.github/workflows/check-cpp23.yml
vendored
@ -55,8 +55,8 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ env.CCACHE_DIR }}
|
||||
key: linux-cpp23-ccache-${{ github.sha }}
|
||||
restore-keys: linux-cpp23-ccache-
|
||||
key: linux-cpp23-ccache-${{ matrix.idx }}-${{ github.sha }}
|
||||
restore-keys: linux-cpp23-ccache-${{ matrix.idx }}
|
||||
|
||||
- name: Building LAMMPS via CMake
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user