From 9d4ac979707cad7f5f1f37cacde379a586d88492 Mon Sep 17 00:00:00 2001 From: Isaac Marovitz Date: Tue, 4 Mar 2025 21:55:41 +0000 Subject: [PATCH] Cache by preset Signed-off-by: Isaac Marovitz --- .github/workflows/validate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 6e7ae5e7..72b07810 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -37,7 +37,7 @@ jobs: - name: Setup ccache uses: hendrikmuhs/ccache-action@v1.2 with: - key: ccache-${{ runner.os }} + key: ccache-${{ runner.os }}-${{ matrix.preset }} - name: Cache vcpkg uses: actions/cache@v4 @@ -58,7 +58,7 @@ jobs: uses: actions/cache@v4 with: path: /tmp/ccache - key: ccache-${{ runner.os }} + key: ccache-${{ runner.os }}-${{ matrix.preset }} - name: Prepare Project run: cp ./private/* ./UnleashedRecompLib/private @@ -103,7 +103,7 @@ jobs: - name: Setup ccache uses: hendrikmuhs/ccache-action@v1.2 with: - key: ccache-${{ runner.os }} + key: ccache-${{ runner.os }}-${{ matrix.preset }} - name: Cache vcpkg uses: actions/cache@v4