ci: apt fix
This commit is contained in:
@@ -47,8 +47,8 @@ jobs:
|
||||
path: artifact
|
||||
- name: Install rsync
|
||||
run: |
|
||||
apt update
|
||||
apt install rsync
|
||||
apt-get update
|
||||
apt-get -y install rsync
|
||||
- name: Upload to server
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
|
||||
Reference in New Issue
Block a user