ci: apt fix
Build and Deploy / Build and Upload (push) Successful in 1m11s
Build and Deploy / Upload (push) Failing after 12s

This commit is contained in:
redglow
2026-06-22 14:15:59 +02:00
parent 2a33bb81c1
commit 279ab4bb9d
+2 -2
View File
@@ -47,8 +47,8 @@ jobs:
path: artifact path: artifact
- name: Install rsync - name: Install rsync
run: | run: |
apt update apt-get update
apt install rsync apt-get -y install rsync
- name: Upload to server - name: Upload to server
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh