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-
|
${{ runner.os }}-bun-
|
||||||
- run: apt update && apt install just -y
|
- run: apt update && apt install just -y
|
||||||
- run: bun add -g concurrently
|
- run: bun add -g concurrently
|
||||||
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y
|
- uses: taiki-e/cache-cargo-install-action@v2
|
||||||
- run: cargo install --locked watchexec-cli
|
with:
|
||||||
|
tool: watchexec-cli
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
|
|
Reference in a new issue