Skip to content

Commit e2fbe12

Browse files
committed
pwd
1 parent dfadc22 commit e2fbe12

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,12 @@ jobs:
110110
MAY_SKIP_LIBM_CI: ${{ needs.calculate_vars.outputs.may_skip_libm_ci }}
111111
steps:
112112
- name: Print $HOME
113-
run: echo "${HOME:-not found}"
113+
shell: bash
114+
run: |
115+
set -x
116+
echo "${HOME:-not found}"
117+
pwd
118+
printenv
114119
- name: Print runner information
115120
run: uname -a
116121

0 commit comments

Comments
 (0)