diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 74cba2da970..256321784ff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + submodules: 'true' - name: Build with ufbt uses: flipperdevices/flipperzero-ufbt-action@v0.1.2 id: build-app