@@ -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: |
@@ -48,11 +48,10 @@ jobs:
flutter config --enable-linux-desktop
- - name: Deps Rust
cargo install cargo-make
- cargo install duckscript_cli
cargo make flowy_dev
- name: Code Generation
@@ -20,6 +20,13 @@ jobs:
toolchain: 'stable-2022-01-20'
override: true