Fix ccache stats step name in build workflow
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -162,8 +162,10 @@ jobs:
|
||||
hactool -t kip1 out/nintendo_nx_arm64_armv8a/release/loader.kip --uncompress=hoc.kip
|
||||
cp hoc.kip ../../../dist/atmosphere/kips/hoc.kip
|
||||
|
||||
- name: ccache stats
|
||||
- name: ccache stat
|
||||
run: ccache --show-stats
|
||||
ccache -s
|
||||
ccache --show-config
|
||||
|
||||
# -------------------------------------------------
|
||||
# Upload ZIP artifact
|
||||
|
||||
Reference in New Issue
Block a user