Compare commits
1 commit
c87e1a9e2f
...
b3b104329b
Author | SHA1 | Date | |
---|---|---|---|
b3b104329b |
1 changed files with 3 additions and 2 deletions
|
@ -189,8 +189,9 @@ jobs:
|
|||
${{ runner.os }}-bun-
|
||||
- run: apt update && apt install just -y
|
||||
- run: bun add -g concurrently
|
||||
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
- run: cargo install --locked watchexec-cli
|
||||
- uses: taiki-e/cache-cargo-install-action@v2
|
||||
with:
|
||||
tool: watchexec-cli
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd frontend
|
||||
|
|
Reference in a new issue