From f455c885726256fa04e76d425dce57473270c517 Mon Sep 17 00:00:00 2001 From: Isaac Johnson Date: Tue, 23 Jun 2026 19:31:19 -0500 Subject: [PATCH] update --- .gitea/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index becb511..66655ab 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -28,7 +28,7 @@ jobs: - name: Install AWS CLI run: | - RUN DEBIAN_FRONTEND=noninteractive apt update -y \ + DEBIAN_FRONTEND=noninteractive apt update -y \ && umask 0002 \ && DEBIAN_FRONTEND=noninteractive apt install -y awscli