mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
feat(CI): refine cache usage in gh-actions (#3101)
This commit is contained in:
2
.github/workflows/core_build.yml
vendored
2
.github/workflows/core_build.yml
vendored
@@ -30,8 +30,6 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
ccache:${{ matrix.compiler }}:${{ matrix.modules }}-modules:${{ github.ref }}
|
ccache:${{ matrix.compiler }}:${{ matrix.modules }}-modules:${{ github.ref }}
|
||||||
ccache:${{ matrix.compiler }}:${{ matrix.modules }}-modules
|
ccache:${{ matrix.compiler }}:${{ matrix.modules }}-modules
|
||||||
ccache:${{ matrix.compiler }}
|
|
||||||
ccache
|
|
||||||
- name: Configure OS
|
- name: Configure OS
|
||||||
run: source ./apps/ci/ci-install.sh
|
run: source ./apps/ci/ci-install.sh
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user