mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 14:50:48 +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
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
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