mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
fix: build flowy sdk
This commit is contained in:
parent
68f7f25ca8
commit
a0f064b15e
3 changed files with 15 additions and 2 deletions
7
.github/workflows/dart_lint.yml
vendored
7
.github/workflows/dart_lint.yml
vendored
|
@ -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: |
|
||||||
|
|
3
.github/workflows/dart_test.yml
vendored
3
.github/workflows/dart_test.yml
vendored
|
@ -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
|
||||||
|
|
7
.github/workflows/rust_lint.yml
vendored
7
.github/workflows/rust_lint.yml
vendored
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue