summaryrefslogtreecommitdiff
path: root/.github/workflows/build_arm.yml
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-17 15:54:25 +0700
committerhathach <[email protected]>2023-03-17 15:54:25 +0700
commit2faad42cb1d258155f714e5140bb27bc1ed30caf (patch)
tree456418fef89209cd3b2487ef993e3e14ef249d0d /.github/workflows/build_arm.yml
parent323a56e309654601d1eaeaa4114e03f750c58a36 (diff)
update ci
- remove submodules init - pre-commit: forbid new submodule, run in ci
Diffstat (limited to '.github/workflows/build_arm.yml')
-rw-r--r--.github/workflows/build_arm.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index b5a92d6e3..7aecb8386 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -65,9 +65,6 @@ jobs:
- name: Checkout TinyUSB
uses: actions/checkout@v3
- - name: Checkout common submodules in lib
- run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
-
- name: Checkout hathach/linkermap
uses: actions/checkout@v3
with:
@@ -145,9 +142,6 @@ jobs:
- name: Checkout TinyUSB
uses: actions/checkout@v3
- - name: Checkout common submodules in lib
- run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
-
- name: Build
run: python3 tools/build_board.py ${{ matrix.example }}
@@ -275,4 +269,4 @@ jobs:
- name: Test dfu_runtime
run: |
./flash.sh dfu_runtime.elf
- while (! (dfu-util -l | grep "Found Runtime")) && [ $SECONDS -le 10 ]; do :; done
+ while (! (dfu-util -l | grep "Found Runtime")) && [ $SECONDS -le 10 ]; do :; done