Skip to content

Commit

Permalink
Add submodule to git workflow checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
bettse committed Apr 15, 2024
1 parent aaf3e22 commit 124549c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: 'true'
- name: Build with ufbt
uses: flipperdevices/[email protected]
id: build-app
Expand Down

0 comments on commit 124549c

Please sign in to comment.