diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 16b633d..663b9d6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,8 +9,7 @@ jobs: steps: - name: Install Docker CLI run: | - apt-get update - apt-get install -y docker.io + apt-get update && apt-get install -y docker.io - uses: actions/checkout@v4 - name: Create .env file run: |