From b328fd96bc06cfdb4661a40800840a7f87551ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E7=A7=8B?= <3487467850@qq.com> Date: Thu, 19 Jan 2023 17:36:31 +0800 Subject: [PATCH] ci: fix WSA ccache (#85) --- .github/workflows/build-WSA-5.10.117-kernel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-WSA-5.10.117-kernel.yml b/.github/workflows/build-WSA-5.10.117-kernel.yml index f4165326..5a2a62cf 100644 --- a/.github/workflows/build-WSA-5.10.117-kernel.yml +++ b/.github/workflows/build-WSA-5.10.117-kernel.yml @@ -27,7 +27,7 @@ jobs: make_config: "config-wsa-arm64" date: "20220906" - name: Build WSA-Kernel-${{ matrix.version }} + name: Build WSA-Kernel-${{ matrix.version }}-${{ matrix.arch }} runs-on: ubuntu-18.04 env: CCACHE_COMPILERCHECK: "%compiler% -dumpmachine; %compiler% -dumpversion" @@ -37,7 +37,7 @@ jobs: steps: - uses: hendrikmuhs/ccache-action@v1.2 with: - key: ccache-WSA-Kernel-${{ matrix.version }} + key: ccache-WSA-Kernel-${{ matrix.version }}-${{ matrix.arch }} append-timestamp: false save: ${{ github.event_name != 'pull_request' }} - uses: actions/checkout@v3