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