mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
GHA: Include ccache output in cache
This commit is contained in:
12
.github/workflows/linux.yml
vendored
12
.github/workflows/linux.yml
vendored
@@ -69,8 +69,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
cache-name: asan-deps
|
cache-name: asan-deps
|
||||||
with:
|
with:
|
||||||
path: env.CACHE_NVIM_DEPS_DIR
|
path: |
|
||||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.base_ref }}
|
${{ env.CACHE_NVIM_DEPS_DIR }}
|
||||||
|
~/.ccache
|
||||||
|
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles(format('{0}/**', env.CACHE_NVIM_DEPS_DIR)) }}-${{ github.base_ref }}
|
||||||
|
|
||||||
- name: Build third-party
|
- name: Build third-party
|
||||||
run: ./ci/before_script.sh
|
run: ./ci/before_script.sh
|
||||||
@@ -119,8 +121,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
cache-name: lint-deps
|
cache-name: lint-deps
|
||||||
with:
|
with:
|
||||||
path: env.CACHE_NVIM_DEPS_DIR
|
path: |
|
||||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ github.base_ref }}
|
${{ env.CACHE_NVIM_DEPS_DIR }}
|
||||||
|
~/.ccache
|
||||||
|
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles(format('{0}/**', env.CACHE_NVIM_DEPS_DIR)) }}-${{ github.base_ref }}
|
||||||
|
|
||||||
- name: Build third-party
|
- name: Build third-party
|
||||||
run: ./ci/before_script.sh
|
run: ./ci/before_script.sh
|
||||||
|
Reference in New Issue
Block a user