Perhaps the path of restore was wrong all along
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -72,8 +72,8 @@ jobs:
|
|||||||
- name: Cache ccache
|
- name: Cache ccache
|
||||||
uses: actions/cache@v5.0.5
|
uses: actions/cache@v5.0.5
|
||||||
with:
|
with:
|
||||||
path: /root/.cache/ccache
|
path: /github/home/.cache/ccache
|
||||||
key: ccache-${{ runner.os }}-devkitpro-ams-${{ hashFiles('ams_ver.txt') }} # last key was utter garbage, stick to ams versions,
|
key: ccache-${{ runner.os }}-devkitpro-ams-${{ hashFiles('ams_ver.txt') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
ccache-${{ runner.os }}-devkitpro-
|
ccache-${{ runner.os }}-devkitpro-
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user