We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7509968 commit 24337d5Copy full SHA for 24337d5
1 file changed
.github/workflows/build.yaml
@@ -80,7 +80,7 @@ jobs:
80
81
# Steps to use cargo-wdk to build and package drivers (skipping for arm64 as the base runner image is x86_64)
82
- name: Install cargo-wdk binary
83
- run: cargo +${{ matrix.rust_toolchain }} install --git https://github.com/svasista-ms/windows-drivers-rs.git cargo-wdk --branch integrate-cargo-wdk --locked --force
+ run: cargo +${{ matrix.rust_toolchain }} install --git https://github.com/svasista-ms/windows-drivers-rs.git cargo-wdk --branch integrate-cargo-wdk --locked --force --profile ${{matrix.cargo_profile}}
84
85
- name: Build and Package Sample Drivers in the workspace with cargo-wdk
86
run: cargo +${{ matrix.rust_toolchain }} wdk build --profile ${{ matrix.cargo_profile }} --target-arch ${{ matrix.target_triple.arch }}
0 commit comments