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