Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Feb 21, 2024
1 parent 315c12c commit 7e11f6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:

- name: Install toolchain (Linux)
run: |
du -sh *
df -H
Xvfb :99 -screen 0 1280x1024x24 &
metacity --display :99.0 &
useradd -m testUser
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main/installDependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@

extractedPath.rmdir()

print( "ARCHIVE FILENAME", archiveFileName )
print( "SIZE", pathlib.Path( archiveFileName ).stat().st_size )

# Tell the world

if args.outputFormat :
Expand Down

0 comments on commit 7e11f6f

Please sign in to comment.