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