From 905f21eb55c686e34ae5e58796a58b0f9b01607e Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Fri, 14 Feb 2025 11:19:38 -0500 Subject: [PATCH] Update apt --- .gitea/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 71cb1da..436ff3d 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -14,7 +14,8 @@ jobs: steps: - name: Install sudo run: | - apt install -y sudo + apt-get update -y + apt-get install -y sudo - name: Setup docker uses: docker/setup-docker-action@v4