ci: fix WSA ccache (#85)
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
make_config: "config-wsa-arm64"
|
make_config: "config-wsa-arm64"
|
||||||
date: "20220906"
|
date: "20220906"
|
||||||
|
|
||||||
name: Build WSA-Kernel-${{ matrix.version }}
|
name: Build WSA-Kernel-${{ matrix.version }}-${{ matrix.arch }}
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
env:
|
env:
|
||||||
CCACHE_COMPILERCHECK: "%compiler% -dumpmachine; %compiler% -dumpversion"
|
CCACHE_COMPILERCHECK: "%compiler% -dumpmachine; %compiler% -dumpversion"
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: hendrikmuhs/ccache-action@v1.2
|
- uses: hendrikmuhs/ccache-action@v1.2
|
||||||
with:
|
with:
|
||||||
key: ccache-WSA-Kernel-${{ matrix.version }}
|
key: ccache-WSA-Kernel-${{ matrix.version }}-${{ matrix.arch }}
|
||||||
append-timestamp: false
|
append-timestamp: false
|
||||||
save: ${{ github.event_name != 'pull_request' }}
|
save: ${{ github.event_name != 'pull_request' }}
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user