fix: CI 环境安装 rsync 依赖 #136

Merged
huanghaosheng merged 1 commits from fix/config into develop 2026-06-20 13:37:15 +08:00
Showing only changes of commit 402ad8c949 - Show all commits

View File

@@ -12,7 +12,7 @@ jobs:
uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4" uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4"
- name: Install Docker CLI - name: Install Docker CLI
run: apk add --no-cache docker-cli docker-cli-compose run: apk add --no-cache docker-cli docker-cli-compose rsync
- name: Sync to deploy directory - name: Sync to deploy directory
run: | run: |