fix: add rsync to workflow

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 14:43:59 -07:00
parent bd60a1ca15
commit a5b8fdd90d

View File

@@ -6,7 +6,7 @@ jobs:
build: build:
runs-on: docker runs-on: docker
steps: steps:
- run: apk add --no-cache nodejs npm git - run: apk add --no-cache nodejs npm git rsync
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0