must use different ccache keys to avoid conflicts between concurrent jobs
This commit is contained in:
4
.github/workflows/full-regression.yml
vendored
4
.github/workflows/full-regression.yml
vendored
@ -36,8 +36,8 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ env.CCACHE_DIR }}
|
||||
key: linux-ccache-${{ github.sha }}
|
||||
restore-keys: linux-ccache-
|
||||
key: linux-full-ccache-${{ github.sha }}
|
||||
restore-keys: linux-full-ccache-
|
||||
|
||||
- name: Building LAMMPS via CMake
|
||||
shell: bash
|
||||
|
||||
4
.github/workflows/quick-regression.yml
vendored
4
.github/workflows/quick-regression.yml
vendored
@ -38,8 +38,8 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ env.CCACHE_DIR }}
|
||||
key: linux-ccache-${{ github.sha }}
|
||||
restore-keys: linux-ccache-
|
||||
key: linux-quick-ccache-${{ github.sha }}
|
||||
restore-keys: linux-quick-ccache-
|
||||
|
||||
- name: Building LAMMPS via CMake
|
||||
shell: bash
|
||||
|
||||
4
.github/workflows/unittest-linux.yml
vendored
4
.github/workflows/unittest-linux.yml
vendored
@ -38,8 +38,8 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ env.CCACHE_DIR }}
|
||||
key: linux-ccache-${{ github.sha }}
|
||||
restore-keys: linux-ccache-
|
||||
key: linux-unit-ccache-${{ github.sha }}
|
||||
restore-keys: linux-unit-ccache-
|
||||
|
||||
- name: Building LAMMPS via CMake
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user