-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add use crate::frb_generated::RustAutoOpaque;
- Loading branch information
1 parent
0375bf1
commit 7b520fd
Showing
2 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,8 @@ jobs: | |
|
||
- name: Rust cache | ||
uses: Swatinem/rust-cache@v2 | ||
with: | ||
workspaces: "rust -> target" | ||
|
||
- name: Install Flutter | ||
uses: subosito/flutter-action@v2 | ||
|
@@ -41,12 +43,12 @@ jobs: | |
cargo binstall --no-confirm --no-symlinks --force cargo-expand | ||
cargo binstall --no-confirm --no-symlinks --force flutter_rust_bridge_codegen --version "2.7.1" | ||
- name: lint lib before codegen | ||
run: | | ||
set -eux -o pipefail | ||
pushd rust | ||
cargo clippy -- -D warnings | ||
cargo fmt -- --check | ||
# - name: lint lib before codegen | ||
# run: | | ||
# set -eux -o pipefail | ||
# pushd rust | ||
# # cargo clippy -- -D warnings | ||
# # cargo fmt -- --check | ||
|
||
- name: Generate bridge code | ||
run: | | ||
|
@@ -71,11 +73,11 @@ jobs: | |
dart run lib/example.dart | ||
dart run lib/migrate.dart | ||
dart run lib/schedule.dart | ||
# dart run lib/optimize.dart | ||
dart run lib/optimize.dart | ||
# - name: Debugging with tmate | ||
# uses: mxschmitt/[email protected] | ||
|
||
|
||
# - name: Flutter analyze | ||
# run: flutter analyze |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters