[CI] core_build key order

This commit is contained in:
Yunfan Li
2024-07-26 15:00:37 +08:00
parent b2c5885050
commit 278a48260f

View File

@@ -53,10 +53,10 @@ jobs:
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/var/ccache
key: ccache:${{ matrix.os }}:${{ github.ref }}:${{ matrix.c_compiler }}:${{ github.sha }}
key: ccache:${{ matrix.os }}:${{ matrix.c_compiler }}:${{ github.ref }}:${{ github.sha }}
restore-keys: |
ccache:${{ matrix.os }}:${{ github.ref }}:${{ matrix.c_compiler }}
ccache:${{ matrix.os }}:${{ github.ref }}
ccache:${{ matrix.os }}:${{ matrix.c_compiler }}:${{ github.ref }}
ccache:${{ matrix.os }}:${{ matrix.c_compiler }}
ccache:${{ matrix.os }}
- name: Install Requirements