Revert "Revert "Fast Pair BLE Device Discovery for Windows in Rust""

This commit is contained in:
Anay Wadhera
2023-07-14 15:53:52 -04:00
committed by GitHub
parent 6f302231c0
commit daed4f5f62
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