install rsync in cicd
Some checks failed
Build and Deploy / build (push) Failing after 30s

This commit is contained in:
dealjus 2025-04-29 07:26:54 -07:00
parent 421e54efd9
commit e7da3a758f

View File

@ -24,7 +24,11 @@ jobs:
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
with: with:
version: 8 # You can change to your preferred pnpm version version: 10
- name: Install rsync
run: sudo apt-get update && sudo apt-get install -y rsync
- name: Install dependencies - name: Install dependencies
run: pnpm install run: pnpm install