Skip to content

Commit 64f2a64

Browse files
committed
chore: update to nov 2025 windows-drivers-rs release
1 parent f054f1f commit 64f2a64

5 files changed

Lines changed: 142 additions & 224 deletions

File tree

.github/workflows/build.yaml

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

100-
# 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)
100+
# Steps to use cargo-wdk to build and package drivers (uses latest released version)
101101
- name: Install cargo-wdk binary
102-
run: cargo +${{ matrix.rust_toolchain }} install --git https://github.com/microsoft/windows-drivers-rs.git cargo-wdk --branch main --rev 5b9aa0a14e385daf5217c0f5232bcd4d3f4780a6 --locked --force
102+
run: cargo +${{ matrix.rust_toolchain }} install --git https://github.com/microsoft/windows-drivers-rs.git cargo-wdk --branch main -locked --force
103103

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

0 commit comments

Comments
 (0)