Skip to content

Commit 156ea59

Browse files
committed
debug prints
1 parent dbee4e0 commit 156ea59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bootstrap/bootstrap.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,9 @@ def build_bootstrap(self):
10021002
env = os.environ.copy()
10031003
if "GITHUB_ACTIONS" in env:
10041004
print("::group::Building bootstrap")
1005+
print("Current home directory:", os.path.expanduser("~"))
1006+
print("Current working directory:", os.getcwd())
1007+
print("Current HOME:", env["HOME"])
10051008
else:
10061009
eprint("Building bootstrap")
10071010

0 commit comments

Comments
 (0)