Atualizar .github/workflows/teste-shell.yml
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
apt-get update -qq && apt-get install -y -qq python3 curl
|
apt-get update -qq && apt-get install -y -qq python3 curl
|
||||||
fi
|
fi
|
||||||
python3 --version
|
python3 --version
|
||||||
- name: 📦 Instalar python3 se necessário
|
- name: 📦 Instalar curl se necessário
|
||||||
run: |
|
run: |
|
||||||
# Alpine usa apk, Ubuntu/Debian usa apt
|
# Alpine usa apk, Ubuntu/Debian usa apt
|
||||||
if command -v apk &>/dev/null; then
|
if command -v apk &>/dev/null; then
|
||||||
|
|||||||
Reference in New Issue
Block a user