From c59e44b4767595bbc28b8695dc8194c7140c32e9 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Fri, 15 Aug 2025 16:52:16 -0600 Subject: [PATCH] ci: Always create new cache key --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c04f8336..85c3700a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,8 @@ jobs: build .ninja_deps .ninja_log - key: ${{ runner.os }}-${{ matrix.version }} + key: ${{ runner.os }}-${{ matrix.version }}-${{ github.sha }} + restore-keys: ${{ runner.os }}-${{ matrix.version }} # Build the project - name: Build