Skip to content

Commit 0ee9cf6

Browse files
committed
chore: update to nov 2025 windows-drivers-rs release
1 parent b9aa8bb commit 0ee9cf6

5 files changed

Lines changed: 142 additions & 223 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ jobs:
8787
- name: Build and Package Sample Drivers
8888
run: cargo make default +${{ matrix.rust_toolchain }} --locked --profile ${{ matrix.cargo_profile }} --target ${{ matrix.target_triple.name }}
8989

90-
# Steps to use cargo-wdk to build and package drivers (uses cargo-wdk at specific commit https://github.com/microsoft/windows-drivers-rs/commit/5b9aa0a14e385daf5217c0f5232bcd4d3f4780a6)
90+
# Steps to use cargo-wdk to build and package drivers (uses latest released version)
9191
- name: Install cargo-wdk binary
92-
run: cargo +${{ matrix.rust_toolchain }} install --git https://github.com/microsoft/windows-drivers-rs.git cargo-wdk --branch main --rev 5b9aa0a14e385daf5217c0f5232bcd4d3f4780a6 --locked --force
92+
run: cargo +${{ matrix.rust_toolchain }} install --git https://github.com/microsoft/windows-drivers-rs.git cargo-wdk --branch main -locked --force
9393

9494
- name: Build and Package Sample Drivers with cargo-wdk
9595
run: cargo +${{ matrix.rust_toolchain }} wdk build --sample --profile ${{ matrix.cargo_profile }} --target-arch ${{ matrix.target_triple.arch }}

0 commit comments

Comments
 (0)