diff --git a/.gitea/workflows/pipeline-test.yaml b/.gitea/workflows/pipeline-test.yaml index 72f0058..cb2d6c0 100644 --- a/.gitea/workflows/pipeline-test.yaml +++ b/.gitea/workflows/pipeline-test.yaml @@ -60,7 +60,7 @@ jobs: run: hugo --minify - name: Setup rsync - run: sudo apt-get update && sudo apt-get install -y rsync + run: apt-get update && apt-get install -y rsync - name: Setup SSH Key uses: webfactory/ssh-agent@v0.5.3