Skip to content

Commit 8ceb042

Browse files
wmmc88Copilot
andauthored
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Melvin Wang <melvin.mc.wang@gmail.com>
1 parent 266542d commit 8ceb042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This project was built with support of WDM, KMDF, and UMDF drivers in mind, as w
3131

3232
* Binding generation via `bindgen` requires `libclang`. The easiest way to acquire this is via `winget`
3333
* `winget install -i LLVM.LLVM --version 17.0.6 --force`
34-
* See list of [tested/supported versions](https://github.com/microsoft/windows-drivers-rs/blob/main/.github/workflows/build.yaml#L39) in the [CI workflow]](./.github/workflows/build.yaml)
34+
* See list of [tested/supported versions](https://github.com/microsoft/windows-drivers-rs/blob/main/.github/workflows/build.yaml#L39) in the [CI workflow](./.github/workflows/build.yaml)
3535
* Ensure you select the GUI option to add LLVM to the PATH
3636
* LLVM 18 has a bug that causes bindings to fail to generate for ARM64. Continue using LLVM 17 until LLVM 19 comes out with [the fix](https://github.com/llvm/llvm-project/pull/93235). See [this](https://github.com/rust-lang/rust-bindgen/issues/2842) for more details.
3737
* To execute post-build tasks (ie. `inf2cat`, `infverif`, etc.), `cargo make` is used

0 commit comments

Comments
 (0)