Skip to content

Commit 531d3b7

Browse files
committed
chore: update
1 parent a16b38f commit 531d3b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/shell.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- run: ls -al
2323
shell: bash
2424
- run: heroku
25-
shell: bash
25+
shell: |
26+
sudo apt install tree
27+
tree -al .
2628
- name: run pwsh
2729
shell: pwsh
2830
run: |

0 commit comments

Comments
 (0)