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