ci: fix WSA ccache (#85)

This commit is contained in:
秋秋
2023-01-19 17:36:31 +08:00
committed by GitHub
parent 2844df865b
commit b328fd96bc

View File

@@ -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