We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090c781 commit c303ecfCopy full SHA for c303ecf
1 file changed
.github/workflows/auto_package_and_release.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Tree (linux)
63
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' }}
64
run: |
65
- sudo apt - get install tree
+ apt install tree
66
pwd
67
tree
68
0 commit comments