diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9346801..3100324 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -190,6 +190,7 @@ jobs: - run: apt update && apt install just -y - run: bun add -g concurrently - run: curl https://sh.rustup.rs -sSf | sh -s -- -y + - run: . "$HOME/.cargo/env" - run: cargo install --locked watchexec-cli - name: Install dependencies run: |