mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
feat: 在 GitHub Actions 工作流中添加 tree 命令以列出 hostedtoolcache 目录结构
This commit is contained in:
3
.github/workflows/setup-node-environment.yml
vendored
3
.github/workflows/setup-node-environment.yml
vendored
@ -71,4 +71,5 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: ls -lha /opt/hostedtoolcache
|
||||
- run: ls -lha /opt/hostedtoolcache/node/
|
||||
- run: ls -lha /opt/hostedtoolcache/node/
|
||||
- run: tree /opt/hostedtoolcache
|
Reference in New Issue
Block a user