From 4b2ce601ac5956df6a1246ca45a63a9014a41236 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 30 May 2026 10:47:51 +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 3887cbd..0bb9c40 100644 --- a/.github/workflows/teste-shell.yml +++ b/.github/workflows/teste-shell.yml @@ -37,7 +37,7 @@ jobs: apt-get update -qq && apt-get install -y -qq python3 curl fi python3 --version - - name: 📦 Instalar python3 se necessário + - name: 📦 Instalar curl se necessário run: | # Alpine usa apk, Ubuntu/Debian usa apt if command -v apk &>/dev/null; then