diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 844f22e..4120ea3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: steps: - name: Install git + working-directory: / run: apt-get update && apt-get install -y git - uses: actions/checkout@v4