dev:取消sudo
This commit is contained in:
parent
0a388644e6
commit
c728dfa159
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue