From 84e79b0fd4f30800b0301dbf52cb902efab3a42d Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Sun, 2 Nov 2025 17:18:06 +0100 Subject: [PATCH] Include xcode app in ccache cache key --- .github/workflows/reusable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable.yml b/.github/workflows/reusable.yml index 9721c29..6aa1dc8 100644 --- a/.github/workflows/reusable.yml +++ b/.github/workflows/reusable.yml @@ -326,8 +326,8 @@ jobs: if: env.B2_USE_CCACHE with: path: ~/.ccache - key: ${{matrix.os}}-${{matrix.container}}-${{matrix.compiler}}-${{github.sha}} - restore-keys: ${{matrix.os}}-${{matrix.container}}-${{matrix.compiler}}- + key: ${{matrix.os}}-${{matrix.container}}-${{matrix.xcode_app}}${{matrix.compiler}}-${{github.sha}} + restore-keys: ${{matrix.os}}-${{matrix.container}}-${{matrix.xcode_app}}${{matrix.compiler}}- - name: Fetch Boost.CI uses: actions/checkout@v4