fix: build flowy sdk

This commit is contained in:
appflowy 2022-06-15 20:31:28 +08:00
parent 68f7f25ca8
commit a0f064b15e
3 changed files with 15 additions and 2 deletions

View File

@ -25,6 +25,13 @@ jobs:
with:
flutter-version: '3.0.0'
channel: "stable"
- name: Rust Deps
working-directory: frontend
run: |
cargo install cargo-make
cargo make flowy_dev
- name: Build FlowySDK
working-directory: frontend
run: |

View File

@ -48,11 +48,10 @@ jobs:
run: |
flutter config --enable-linux-desktop
- name: Deps Rust
- name: Rust Deps
working-directory: frontend
run: |
cargo install cargo-make
cargo install duckscript_cli
cargo make flowy_dev
- name: Code Generation

View File

@ -20,6 +20,13 @@ jobs:
with:
toolchain: 'stable-2022-01-20'
override: true
- name: Rust Deps
working-directory: frontend
run: |
cargo install cargo-make
cargo make flowy_dev
- name: Build FlowySDK
working-directory: frontend
run: |