Skip to content

Commit 2902ec4

Browse files
chore: cargo-wdk fails for known reason due to mix of sample and non sample drivers in workspace, so continuing on error so that cargo make can still be executed
1 parent 6e057ba commit 2902ec4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
- name: Build and Package Sample Drivers in the workspace with cargo-wdk
8787
if: ${{ matrix.target_triple.arch != 'arm64' }}
8888
run: cargo +${{ matrix.rust_toolchain }} wdk build --profile ${{ matrix.cargo_profile }} --target-arch ${{ matrix.target_triple.arch }}
89+
continue-on-error: true # cargo-wdk build fails for a known reason
8990

9091
# Steps to use cargo-make to build and package drivers
9192
- name: Install Cargo Make

0 commit comments

Comments
 (0)