diff --git a/.github/workflows/windows_nightly.yml b/.github/workflows/windows_nightly.yml index ceea104..0e88abc 100644 --- a/.github/workflows/windows_nightly.yml +++ b/.github/workflows/windows_nightly.yml @@ -53,9 +53,6 @@ jobs: run: | cargo install cargo-expand cargo install 'flutter_rust_bridge_codegen@^2.0.0-dev.0' - - - name: setup rust2go-cli - run: rust2go-cli --src rust/src/go/go_api.rs --dst rust/go/rs_gen.go - name: Flutter Rust bridge generate run: flutter_rust_bridge_codegen generate @@ -71,4 +68,4 @@ jobs: with: name: windows path: build/windows/x64/runner/Release - + \ No newline at end of file