Skip to content

Commit 9f37dcd

Browse files
committed
Echo HOME path in build set
1 parent 074988a commit 9f37dcd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ jobs:
210210
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
211211
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
212212
213+
- name: Print home path
214+
run: echo ~/
215+
213216
- name: Run build script
214217
env:
215218
HOME: /home/opc/actions-runner

0 commit comments

Comments
 (0)