ci: update apt before install
Build and Deploy / Build and Upload (push) Successful in 1m12s
Build and Deploy / Upload (push) Failing after 10s

This commit is contained in:
redglow
2026-06-22 14:12:38 +02:00
parent 5bb81ba2f2
commit 2a33bb81c1
+3 -1
View File
@@ -46,7 +46,9 @@ jobs:
name: artifact
path: artifact
- name: Install rsync
run: apt install rsync
run: |
apt update
apt install rsync
- name: Upload to server
run: |
mkdir -p ~/.ssh