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: with:
flutter-version: '3.0.0' flutter-version: '3.0.0'
channel: "stable" channel: "stable"
- name: Rust Deps
working-directory: frontend
run: |
cargo install cargo-make
cargo make flowy_dev
- name: Build FlowySDK - name: Build FlowySDK
working-directory: frontend working-directory: frontend
run: | run: |

View file

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

View file

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