Преглед изворни кода

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:
     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