summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2025-06-21 20:06:56 +0000
committerGitHub <noreply@github.com>2025-06-21 14:06:56 -0600
commitbe5cd349c643c6186fb994895efde02d4634a357 (patch)
tree71bb504f8f665fc3f6ea2fd542a89e5563ece48d /.github
parent64d7defc316b2f5a5d193f613b7c07ef3acb8226 (diff)
Update main.yml (#260)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml12
1 files 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