From 2a33bb81c144443c798180080321fce7afbc35c0 Mon Sep 17 00:00:00 2001 From: redglow Date: Mon, 22 Jun 2026 14:12:38 +0200 Subject: [PATCH] ci: update apt before install --- .gitea/workflows/cicd.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index b9669f1..66fb2c8 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -46,7 +46,9 @@ jobs: name: artifact path: artifact - name: Install rsync - run: apt install rsync + run: | + apt update + apt install rsync - name: Upload to server run: | mkdir -p ~/.ssh