From d1ab57cbf9d59f66ccf5d2d45b4a665315512d9e Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Wed, 31 Dec 2025 23:49:53 +0100 Subject: [PATCH] CI fix forgot to install rsync --- .gitea/workflows/publish.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index b391d39..9bc666d 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -19,6 +19,11 @@ jobs: distribution: temurin java-version: 17 + - name: Install software + run: | + sudo apt-get update + sudo apt-get install -y rsync + - name: Install JBake run: | JBAKE_VERSION=2.7.0