mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Revert "Revert "Fast Pair BLE Device Discovery for Windows in Rust""
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user