fix: apt update
Some checks failed
Test SSH Workflow / exec-command (push) Failing after 43s

This commit is contained in:
Leandro Costa 2025-05-30 07:12:19 -03:00
parent 28de6f716c
commit f8b8d9080d

View file

@ -15,6 +15,6 @@ jobs:
steps:
- name: Comando remoto via SSH
run: |
apt get update
apt update
apt install -y openssh-client
ssh -o StrictHostKeyChecking=no root@192.168.10.1 -p 2225 -t 'system resource print'