Skip to content

Commit

Permalink
Update .github workflow to accommodate for the mavlink-dump refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-sc66 authored and patrickelectric committed Jan 4, 2024
1 parent a7102c9 commit d828e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@master
- uses: dtolnay/rust-toolchain@stable
- name: Build mavlink-dump
run: cargo build --verbose --bin mavlink-dump --features ardupilotmega
run: cargo build --verbose --example mavlink-dump

msrv:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d828e6e

Please sign in to comment.