From 16ac50e7831d1a398bb70bf6da0ed86628eea1be Mon Sep 17 00:00:00 2001 From: tetetete-ctrl <227913315+tetetete-ctrl@users.noreply.github.com> Date: Sun, 31 May 2026 16:47:46 -0400 Subject: [PATCH] Perhaps the path of restore was wrong all along --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a210640..afde4344 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,8 +72,8 @@ jobs: - name: Cache ccache uses: actions/cache@v5.0.5 with: - path: /root/.cache/ccache - key: ccache-${{ runner.os }}-devkitpro-ams-${{ hashFiles('ams_ver.txt') }} # last key was utter garbage, stick to ams versions, + path: /github/home/.cache/ccache + key: ccache-${{ runner.os }}-devkitpro-ams-${{ hashFiles('ams_ver.txt') }} restore-keys: | ccache-${{ runner.os }}-devkitpro-