From 279ab4bb9db97bcff646a9d2a1480fef27c352b0 Mon Sep 17 00:00:00 2001 From: redglow Date: Mon, 22 Jun 2026 14:15:59 +0200 Subject: [PATCH] ci: apt fix --- .gitea/workflows/cicd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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