From b88019868ec5d4087b23518f22e4d9d73f5934af Mon Sep 17 00:00:00 2001 From: "Tomoya Matsuura(MacBookPro)" Date: Mon, 5 Feb 2024 00:09:38 +0900 Subject: [PATCH] add rsync to gitea --- .gitea/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 053f3d53..4b852d73 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -8,6 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - run: git config --global core.quotepath false + - name: Install apt packages + run: apt update && apt install -y rsync - uses: actions/checkout@v3 with: fetch-depth: 0