feat: 在 GitHub Actions 工作流中添加调试步骤,列出 hostedtoolcache 目录内容

This commit is contained in:
严浩
2024-10-14 10:52:10 +08:00
parent 92a737252b
commit f49701ce53

View File

@ -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/