diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 66fb2c8..77e90a3 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -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