mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
feat: 在 GitHub Actions 工作流中添加调试步骤,列出 hostedtoolcache 目录内容
This commit is contained in:
5
.github/workflows/setup-node-environment.yml
vendored
5
.github/workflows/setup-node-environment.yml
vendored
@ -70,3 +70,8 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: /opt/hostedtoolcache
|
||||
run: |
|
||||
set -x;
|
||||
ls -lha /opt/hostedtoolcache
|
||||
ls -lha /opt/hostedtoolcache/node/
|
Reference in New Issue
Block a user