From 4563571bf21d05efbde53ec8aead48bb8024f332 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 30 May 2026 10:35:22 +0000 Subject: [PATCH] Atualizar .github/workflows/teste-shell.yml --- .github/workflows/teste-shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/teste-shell.yml b/.github/workflows/teste-shell.yml index 6c6f34f..079a6ff 100644 --- a/.github/workflows/teste-shell.yml +++ b/.github/workflows/teste-shell.yml @@ -34,7 +34,7 @@ jobs: if command -v apk &>/dev/null; then apk add --no-cache python3 elif command -v apt-get &>/dev/null; then - apt-get update -qq && apt-get install -y -qq python3 + apt-get update -qq && apt-get install -y -qq python3 curl fi python3 --version - name: 🌐 Testar conectividade externa