Skip to content

Commit 7509968

Browse files
chore: profile and target is not relevent for cargo wdk installation
1 parent 2902ec4 commit 7509968

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,9 @@ jobs:
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

0 commit comments

Comments
 (0)