Skip to content

Commit f8a5baa

Browse files
authored
chore: update to nov 2025 windows-drivers-rs release (#46)
1 parent 1097401 commit f8a5baa

File tree

5 files changed

+136
-220
lines changed

5 files changed

+136
-220
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
on:
22
push:
3-
# Temporarily disable until new wdk-build version is ingested: https://github.com/microsoft/Windows-rust-driver-samples/pull/46
4-
# pull_request:
3+
pull_request:
54
merge_group:
65
schedule: # Trigger a job on default branch at 4AM PST everyday
76
- cron: "0 11 * * *"
@@ -97,9 +96,9 @@ jobs:
9796
- name: Build and Package Sample Drivers
9897
run: cargo make default +${{ matrix.rust_toolchain }} --locked --profile ${{ matrix.cargo_profile }} --target ${{ matrix.target_triple.name }}
9998

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)
99+
# Steps to use cargo-wdk to build and package drivers
101100
- 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
101+
run: cargo +${{ matrix.rust_toolchain }} install cargo-wdk --locked --force
103102

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

0 commit comments

Comments
 (0)