mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
move installs
This commit is contained in:
parent
ccf7ff8888
commit
e713a6dfc6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -44,9 +44,9 @@ jobs:
|
|||
flutter doctor
|
||||
- name: Deps
|
||||
run: |
|
||||
cd frontend
|
||||
cargo install --force cargo-make
|
||||
cargo install --force duckscript_cli
|
||||
cd frontend
|
||||
cargo make flowy_dev
|
||||
cargo make -p development-linux-x86 pb
|
||||
cargo make -p development-linux-x86 appflowy-linux-dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue