Merge pull request #1867 from TheShepord/fpwinrs_seeker

Fast Pair BLE Device Discovery for Windows in Rust
This commit is contained in:
suetfei
2023-07-14 11:36:00 -07:00
committed by GitHub
16 changed files with 566 additions and 7 deletions
+12 -2
View File
@@ -47,6 +47,16 @@ jobs:
submodules: recursive
- name: Build FPP
run: cargo build --manifest-path presence/fpp/fpp/Cargo.toml
- name: Build Fairpair
- name: Build Fast Pair
run: cargo build --manifest-path fastpair/rust/Cargo.toml
build-rust-windows:
name: Build Rust on Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build Fast Pair
run: cargo build --manifest-path fastpair/rust/Cargo.toml