add rsync to gitea
Some checks failed
Build / build (push) Failing after 5m46s

This commit is contained in:
Tomoya Matsuura(MacBookPro) 2024-02-05 00:09:38 +09:00
parent 3db89750fa
commit 5c9f7e329c

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