Просмотр исходного кода

Add submodule to git workflow checkout

Eric Betts 1 год назад
Родитель
Сommit
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