Skip to content

Commit

Permalink
Fix submodules for github actions
Browse files Browse the repository at this point in the history
- Use https so we don't have to set ssh-key
  • Loading branch information
Aashay Shah committed Feb 17, 2024
1 parent 67beb69 commit 946f1b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pio_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/cache@v3
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "src/mavlink"]
path = src/mavlink
url = git@github.com:uci-overRID/mavlink.git
url = https://github.com/uci-overRID/mavlink.git
[submodule "src/opendroneid"]
path = src/opendroneid
url = git@github.com:opendroneid/opendroneid-core-c.git
url = https://github.com/uci-overRID/opendroneid-core-c.git

0 comments on commit 946f1b2

Please sign in to comment.