From be5cd349c643c6186fb994895efde02d4634a357 Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:06:56 +0000 Subject: [PATCH] Update main.yml (#260) Co-authored-by: MegaMech --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c36d5efa..11b6682c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -209,17 +209,17 @@ jobs: - name: ccache uses: hendrikmuhs/ccache-action@v1.2.14 with: - key: linux-ccache-${{ github.ref }}-${{ github.sha }} + key: linux-old-ccache-${{ github.ref }}-${{ github.sha }} restore-keys: | - linux-ccache-${{ github.ref }} - linux-ccache- + linux-old-ccache-${{ github.ref }} + linux-old-ccache- - name: Cache build folders uses: actions/cache@v4 with: - key: linux-build-${{ github.ref }}-${{ github.sha }} + key: linux-old-build-${{ github.ref }}-${{ github.sha }} restore-keys: | - linux-build-${{ github.ref }} - linux-build- + linux-build-old-${{ github.ref }} + linux-build-old- path: | SDL2-2.30.3 tinyxml2-10.0.0