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