Skip to content

Commit 068a252

Browse files
committed
pwd
1 parent dfadc22 commit 068a252

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,10 @@ 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+
run: |
114+
set -x
115+
echo "${HOME:-not found}"
116+
pwd
114117
- name: Print runner information
115118
run: uname -a
116119

0 commit comments

Comments
 (0)