Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEZ-DEV authored Nov 30, 2023
1 parent f1bff9e commit 1d4e313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
- uses: actions/checkout@v3
- uses: flutter-actions/setup-flutter@v2
- name: Setup-environment
run:
vcpkg install protobuf
run: |
vcpkg install protobuf protobuf:x64-windows
cargo install rinf
- name: Build-Windows
run:
run: |
flutter pub get
rinf message
flutter build windows --release

0 comments on commit 1d4e313

Please sign in to comment.