Browse Source

Add submodule to git workflow checkout

Eric Betts 1 năm trước cách đây
mục cha
commit
124549cae4
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .github/workflows/main.yml

+ 2 - 0
.github/workflows/main.yml

@@ -7,6 +7,8 @@ jobs:
     steps:
     steps:
       - name: Checkout
       - name: Checkout
         uses: actions/checkout@v3
         uses: actions/checkout@v3
+        with:
+          submodules: 'true'
       - name: Build with ufbt
       - name: Build with ufbt
         uses: flipperdevices/flipperzero-ufbt-action@v0.1.2
         uses: flipperdevices/flipperzero-ufbt-action@v0.1.2
         id: build-app
         id: build-app