File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080
8181 # Steps to use cargo-wdk to build and package drivers (skipping for arm64 as the base runner image is x86_64)
8282 - name : Install cargo-wdk binary
83- if : ${{ matrix.target_triple.arch != 'arm64' }}
84- run : cargo +${{ matrix.rust_toolchain }} install --git https://github.com/svasista-ms/windows-drivers-rs.git cargo-wdk --branch integrate-cargo-wdk --locked --profile ${{ matrix.cargo_profile }} --target ${{ matrix.target_triple.name }} --force
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
8584
8685 - name : Build and Package Sample Drivers in the workspace with cargo-wdk
87- if : ${{ matrix.target_triple.arch != 'arm64' }}
8886 run : cargo +${{ matrix.rust_toolchain }} wdk build --profile ${{ matrix.cargo_profile }} --target-arch ${{ matrix.target_triple.arch }}
8987 continue-on-error : true # cargo-wdk build fails for a known reason
9088
You can’t perform that action at this time.
0 commit comments