Update deploy.yml
Some checks failed
Deploy / deploy (push) Failing after 17s

This commit is contained in:
Leonardo Murça 2025-03-11 16:30:28 -03:00
parent 28cb1d61f9
commit 8c3c972ac5

View file

@ -18,6 +18,11 @@ jobs:
with:
node-version: 16
- name: Install rsync
run: |
apt-get update
apt-get install -y rsync
- name: Install dependencies
run: npm install