Perhaps the path of restore was wrong all along

This commit is contained in:
tetetete-ctrl
2026-05-31 16:47:46 -04:00
committed by GitHub
parent 62b3b71854
commit 16ac50e783

View File

@@ -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-