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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user