瀏覽代碼

Add submodule to git workflow checkout

Eric Betts 1 年之前
父節點
當前提交
124549cae4
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/main.yml

+ 2 - 0
.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