diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index df676a8..5fe5352 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -188,8 +188,6 @@ jobs: restore-keys: | ${{ runner.os }}-bun- - run: apt update && apt install just -y - - run: bun add -g concurrently - - run: apt install watchexec-cli - name: Install dependencies run: | cd frontend