diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index f940ab486..3d00d6ad5 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -53,7 +53,7 @@ jobs: fetch-depth: 0 - name: Checkout common submodules in lib - run: git submodule update --init lib/sct_neopixel lib/tinyusb lib/uf2 + run: git submodule update --init lib/tinyusb lib/uf2 - name: Checkout linkermap uses: actions/checkout@v3