[fp-rs] Adding Windows build to Fast Pair Rust validator in Github Actions.

This commit is contained in:
Lucas Silva Shepard
2023-07-12 12:42:32 -07:00
parent d516e52204
commit c51f91f1e0
+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