diff --git a/.github/workflows/flipperZeroAction.yml b/.github/workflows/flipperZeroAction.yml index 7244108b247..bb1425789ec 100644 --- a/.github/workflows/flipperZeroAction.yml +++ b/.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