Skip to content

Commit

Permalink
CI: work around cloning submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Jan 12, 2023
1 parent 65b0c81 commit a9a495b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive

run: |
git submodule update --init --recursive
# We use our own pimod as upstream doesn't provide armv7 images
- name: Pimod Build
Expand Down

0 comments on commit a9a495b

Please sign in to comment.