[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
99ef56082 [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>
(cherry picked from commit c0d4980dab)
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
parent
12997509c1
commit
688162e23e
@ -27,4 +27,4 @@ runs:
|
||||
key: engine-archives
|
||||
- name: Show cached engine archives
|
||||
shell: bash
|
||||
run: ls -lh /tmp/engine-archives
|
||||
run: ls -lh /tmp/engine-archives || echo ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user