diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 64c2e5c..8682ff6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -187,7 +187,7 @@ jobs: key: ${{ runner.os }}-bun- restore-keys: | ${{ runner.os }}-bun- - - uses: extractions/setup-just@v3 + - run: apt install just - name: Install dependencies run: | cd frontend