From 303c1e6205c2b6934480881874cd763528073762 Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:45:22 -0700 Subject: [PATCH] sudo --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index dc534c3..aedc29c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Podman - run: sudo apt-get update -qq && sudo apt-get install -y podman + run: apt-get update -qq && apt-get install -y podman - name: Log in to registry run: |