diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39657f6..5511bf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,18 +9,20 @@ on: jobs: build: runs-on: ubuntu-latest - - steps: + + steps: - name: Checkout Dragofly uses: actions/checkout@v4 - + with: + submodules: true + - name: Install ARM run: | sudo apt-get update sudo apt-get install -y gcc-arm-none-eabi cmake - + - name: Configure run: cmake -B build - + - name: Build run: cmake --build build \ No newline at end of file