From 60f36d07f9c59464d15542fefdad504aae3aaeab Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Mon, 15 Nov 2021 14:03:17 -0800 Subject: [PATCH] Ensure sys crate generation is diff-checked by build (#1325) --- .github/workflows/build.yml | 2 +- crates/tools/sys/src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04240eca53..aa5a2c6b61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,7 +146,7 @@ jobs: runs-on: windows-latest strategy: matrix: - generator: [bindings, api] + generator: [bindings, api, sys] steps: - name: Checkout diff --git a/crates/tools/sys/src/main.rs b/crates/tools/sys/src/main.rs index abcec7cb7a..f01b4e7d68 100644 --- a/crates/tools/sys/src/main.rs +++ b/crates/tools/sys/src/main.rs @@ -38,7 +38,7 @@ license = "MIT OR Apache-2.0" description = "Rust for Windows" repository = "https://github.com/microsoft/windows-rs" documentation = "https://microsoft.github.io/windows-docs-rs/" -readme = ".github/readme.md" +readme = "../../../.github/readme.md" [target.i686-pc-windows-msvc.dependencies] windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.27.0" }