Skip to content

Commit

Permalink
github: ci: Update checkout to fetch submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored and rafaellehmkuhl committed Feb 17, 2023
1 parent 9eae15b commit fea1391
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

- name: Install dependencies
run: |
Expand Down Expand Up @@ -48,6 +50,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

# Use node to install yarn in all OSs
- name: Install node
Expand Down Expand Up @@ -97,6 +101,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

- name: Prepare
id: prepare
Expand Down
6 changes: 5 additions & 1 deletion src/libs/vehicle/ardupilot/ardupilot.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { ConnectionManager } from '@/libs/connection/connection-manager'
import type { MAVLinkMessageDictionary, Message as MavMessage, Package } from '@/libs/connection/m2r/messages/mavlink2rest'
import type {
MAVLinkMessageDictionary,
Message as MavMessage,
Package,
} from '@/libs/connection/m2r/messages/mavlink2rest'
import {
MavAutopilot,
MavCmd,
Expand Down

0 comments on commit fea1391

Please sign in to comment.