From 04527c49b9a5ad4214faffba135ce63a0542febf Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 30 Jun 2025 17:03:36 -0700 Subject: [PATCH] test --- .gitea/workflows/pipeline.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index ce98563..243728d 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -6,11 +6,8 @@ jobs: docker: runs-on: ubuntu-latest steps: - - name: updateing. - run: apt-get -y update - - - name: Install Docker. - run: apt-get -y install docker + - name: Install Docker + run: curl -fsSL https://get.docker.com | sh - name: Check out repository code. uses: actions/checkout@v4