Skip to content

Commit 1272d24

Browse files
Update create-root-readme.yaml
1 parent 8011b2c commit 1272d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-root-readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Ensure tree command is installed
20-
run: sudo apt update && apt-get install -y tree
20+
run: sudo apt update && sudo apt-get install -y tree
2121

2222
- name: Run the tree generation script
2323
run: |

0 commit comments

Comments
 (0)