Include xcode app in ccache cache key

This commit is contained in:
Alexander Grund
2025-11-02 17:18:06 +01:00
parent 85d56794cf
commit 84e79b0fd4

View File

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