Compare commits
1 commit
11e5436e67
...
017d32bbb6
Author | SHA1 | Date | |
---|---|---|---|
017d32bbb6 |
1 changed files with 1 additions and 2 deletions
|
@ -190,8 +190,7 @@ jobs:
|
||||||
- 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
|
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
- run: . "$HOME/.cargo/env"
|
- run: source $HOME/.cargo/env && cargo install watchexec-cli --locked
|
||||||
- run: cargo install --locked watchexec-cli
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
|
|
Reference in a new issue