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