[KYUUBI #7131] Print cached engine archives

### Why are the changes needed?

Recently, GHA fails frequently with downloading engines failure, this adds logs to display the cached engine archives.

### How was this patch tested?

I will monitor GHA failure after merging.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #7131 from pan3793/gha-cache.

Closes #7131

87a38e0d6 [Cheng Pan] Print cached engine archives

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
Cheng Pan 2025-07-09 18:28:40 +08:00
parent 70a2451951
commit f9ca96a5c4
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D

View File

@ -25,3 +25,6 @@ runs:
with:
path: /tmp/engine-archives
key: engine-archives
- name: Show cached engine archives
shell: bash
run: ls -lh /tmp/engine-archives