refactor: 简化 GitHub Actions 工作流中的调试步骤

This commit is contained in:
严浩
2024-10-14 10:53:45 +08:00
parent f49701ce53
commit ea235bf784

View File

@ -70,8 +70,5 @@ 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/
- run: ls -lha /opt/hostedtoolcache
- run: ls -lha /opt/hostedtoolcache/node/