Skip to content

Commit c8b5c99

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

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
@@ -104,6 +104,9 @@ jobs:
104104
${{ steps.cache-key.outputs.buildtool-monthly-branch-cache-key }}-
105105
${{ steps.cache-key.outputs.buildtool-monthly-cache-key }}-
106106
107+
- name: Print home path
108+
run: echo ~/
109+
107110
- name: Run build script
108111
run: ./ci/build-github.sh
109112
shell: bash

0 commit comments

Comments
 (0)