add rsync to gitea

This commit is contained in:
2024-02-05 00:09:38 +09:00
parent 7ca1066b11
commit b88019868e

View File

@@ -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