Skip to content

Commit c303ecf

Browse files
committed
修复 Linux 环境下安装 tree 命令的语法错误
1 parent 090c781 commit c303ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto_package_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Tree (linux)
6363
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' }}
6464
run: |
65-
sudo apt - get install tree
65+
apt install tree
6666
pwd
6767
tree
6868

0 commit comments

Comments
 (0)