Skip to content

Commit aee5e1f

Browse files
committed
more debug
1 parent 74a1a47 commit aee5e1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ runs:
99
run: |
1010
which node
1111
node --version
12+
/home/runner/actions-runner/cached/externals/node20/bin/node --version
1213
ls -la /home/runner/actions-runner/cached/externals
1314
ls -la /home/runner/actions-runner/cached/externals/node20/bin/node
15+
ls -la /home/runner/work/electron/electron
1416
- name: Get yarn cache directory path
1517
shell: bash
1618
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)