Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEZ-DEV committed Dec 16, 2023
2 parents 284cf27 + 0ca54d5 commit 28f1a60
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,24 @@ jobs:
yes | flutter doctor --android-licenses
cargo install rinf
flutter upgrade
protoc --version
- name: Build-Linux
run: |
flutter pub get
rinf message
flutter build linux --release
flutter build apk --release
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: flutter-actions/setup-flutter@v2
- name: Setup-environment
run: |
brew install protobuf
cargo install rinf
flutter upgrade
- name: Build-Macos
run: |
flutter pub get
rinf message
flutter build macos --release

0 comments on commit 28f1a60

Please sign in to comment.