mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Update ci.yaml
fix build issues
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -24,6 +24,7 @@ jobs:
|
|||||||
cargo make flowy_dev
|
cargo make flowy_dev
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
cd frontend
|
||||||
cargo make --profile production-desktop-mac-x86 appflowy
|
cargo make --profile production-desktop-mac-x86 appflowy
|
||||||
build-ubuntu:
|
build-ubuntu:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -59,4 +60,5 @@ jobs:
|
|||||||
cargo make flowy_dev
|
cargo make flowy_dev
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
cd frontend
|
||||||
cargo make --profile production-desktop-linux-x86 appflowy
|
cargo make --profile production-desktop-linux-x86 appflowy
|
||||||
|
Reference in New Issue
Block a user