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