Skip to content

Commit

Permalink
Ensure sys crate generation is diff-checked by build (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored Nov 15, 2021
1 parent 883765b commit 60f36d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
generator: [bindings, api]
generator: [bindings, api, sys]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion crates/tools/sys/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 60f36d0

Please sign in to comment.