Skip to content

Commit 3ee6df0

Browse files
authored
debug
Add installation of 'tree' command in sync workflow
1 parent 98adc37 commit 3ee6df0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/sync.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ jobs:
152152
env:
153153
PYDOC_LANG_DIR: ${{ env.PYDOC_LANG_DIR }}
154154

155+
- run: |
156+
apt-get install -y tree
157+
tree
158+
155159
- name: Push
156160
if: ${{ contains(fromJSON('["schedule", "workflow_dispatch"]'), github.event_name) }}
157161
run: |

0 commit comments

Comments
 (0)