Update ci.yaml

fix build issues
This commit is contained in:
AppFlowy.IO 2021-11-23 17:10:05 +08:00 committed by GitHub
parent 6c9fa781cf
commit 8acdb82612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ jobs:
cargo make flowy_dev
- name: Build
run: |
cd frontend
cargo make --profile production-desktop-mac-x86 appflowy
build-ubuntu:
runs-on: ubuntu-latest
@ -59,4 +60,5 @@ jobs:
cargo make flowy_dev
- name: Build
run: |
cd frontend
cargo make --profile production-desktop-linux-x86 appflowy