mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
feat(CI): actions/cache@v2 (#3416)
This commit is contained in:
2
.github/workflows/core_build.yml
vendored
2
.github/workflows/core_build.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
run: ./apps/ci/ci-install-modules.sh
|
run: ./apps/ci/ci-install-modules.sh
|
||||||
if: matrix.modules == 'with'
|
if: matrix.modules == 'with'
|
||||||
- name: Cache
|
- name: Cache
|
||||||
uses: actions/cache@v1.1.2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: /home/runner/.ccache
|
path: /home/runner/.ccache
|
||||||
key: ccache:${{ matrix.os }}:${{ matrix.compiler }}:${{ matrix.modules }}-modules:${{ github.ref }}:${{ github.sha }}
|
key: ccache:${{ matrix.os }}:${{ matrix.compiler }}:${{ matrix.modules }}-modules:${{ github.ref }}:${{ github.sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user