Skip to content

Commit c0d4980

Browse files
committed
[KYUUBI #7135] Fix cannot access /tmp/engine-archives: No such file or directory
### Why are the changes needed? Fix ``` Run ls -lh /tmp/engine-archives ls: cannot access '/tmp/engine-archives': No such file or directory Error: Process completed with exit code 2. ``` ### How was this patch tested? GHA ### Was this patch authored or co-authored using generative AI tooling? No Closes #7135 from pan3793/gha-cache-fix. Closes #7135 99ef560 [Cheng Pan] Fix cannot access /tmp/engine-archives: No such file or directory Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent f9ca96a commit c0d4980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cache-engine-archives/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ runs:
2727
key: engine-archives
2828
- name: Show cached engine archives
2929
shell: bash
30-
run: ls -lh /tmp/engine-archives
30+
run: ls -lh /tmp/engine-archives || echo ''

0 commit comments

Comments
 (0)