Skip to content

Commit d828e6e

Browse files
antonio-sc66patrickelectric
authored andcommitted
Update .github workflow to accommodate for the mavlink-dump refactor
1 parent a7102c9 commit d828e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@master
4343
- uses: dtolnay/rust-toolchain@stable
4444
- name: Build mavlink-dump
45-
run: cargo build --verbose --bin mavlink-dump --features ardupilotmega
45+
run: cargo build --verbose --example mavlink-dump
4646

4747
msrv:
4848
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)