dev:取消sudo

This commit is contained in:
liubocheng 2025-03-26 13:23:41 +08:00
parent 0a388644e6
commit c728dfa159
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Install SSH tools
run: |
sudo apt-get update && sudo apt-get install -y openssh-client rsync
apt-get update && apt-get install -y openssh-client rsync
- name: Configure SSH
env: