Esteban Fuentealba пре 1 година
родитељ
комит
a9feb751da
1 измењених фајлова са 9 додато и 2 уклоњено
  1. 9 2
      .github/workflows/flipperZeroAction.yml

+ 9 - 2
.github/workflows/flipperZeroAction.yml

@@ -7,12 +7,19 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v4
+        with:
+          submodules: recursive  # Ensure submodules are also checked out
+
+      - name: Setup flipper-gblink submodule
+        run: git submodule update --init --recursive
+
+      # Add any additional steps needed for the build process
+      # Replace this with your existing build steps
+
       - name: Build with ufbt GAME BOY Pokemon Trading
         uses: flipperdevices/flipperzero-ufbt-action@v0.1.3
         id: build-app-gb-pokemon-trading
         with:
-          # Set to 'release' to build for latest published release version
-          submodules: 'true'
           sdk-channel: release
           app-dir: ./
       - name: Upload app artifacts GAME BOY Pokemon Trading