Skip to content

Commit dfadc22

Browse files
committed
debug $HOME
1 parent 75b40c2 commit dfadc22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ jobs:
109109
TEST_VERBATIM: ${{ matrix.test_verbatim }}
110110
MAY_SKIP_LIBM_CI: ${{ needs.calculate_vars.outputs.may_skip_libm_ci }}
111111
steps:
112+
- name: Print $HOME
113+
run: echo "${HOME:-not found}"
112114
- name: Print runner information
113115
run: uname -a
114116

0 commit comments

Comments
 (0)