diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index df676a8..235818e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -189,7 +189,7 @@ jobs: ${{ runner.os }}-bun- - run: apt update && apt install just -y - run: bun add -g concurrently - - run: apt install watchexec-cli + - run: apt install watchexec -y - name: Install dependencies run: | cd frontend