From 3f1d78b86a0d47d95d01331c314f13d5f5186538 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 8 Mar 2023 15:43:35 -0500 Subject: [PATCH] fix(updater): 9th attempt to convert to drone --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 9117940..7139b86 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -8,7 +8,7 @@ steps: entrypoint: [ "/bin/bash" ] commands: - apt update - - apt install -y --no-install-recommends \ + - apt install -y \ ca-certificates \ curl \ python3.9 \