summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-01-23 18:46:06 +0700
committerhathach <[email protected]>2021-01-23 18:46:06 +0700
commite6ce18b01990d5e06f12e0aeb57d53ce365ba7b7 (patch)
treea6b68799030fd5cdc41881ebdbd259a8ee97b1e6
parente217c82895a09059ab09b135e042e5583bb3cb14 (diff)
text clean up
-rw-r--r--.github/workflows/build.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b56e58d82..f1732027f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -51,12 +51,11 @@ jobs:
- name: Checkout TinyUSB
uses: actions/checkout@v2
with:
- # Cannot do submodule checkout here since LWIP's git server cannot checkout unadventised commits (it must use tags)
submodules: 'true'
- name: Checkout Sub-Submodules
run: |
- # some submodule has it own submodule that need to be fetched as well
+ # some submodule has it own submodules that need to be fetched as well
git submodule update --init --recursive hw/mcu/microchip
git submodule update --init --recursive lib/FreeRTOS
@@ -113,8 +112,6 @@ jobs:
tar -C $HOME -xaf /tmp/dl/msp430-gcc.tar.bz2
- name: Install Toolchains
- env:
- MSP430GCC_URL: http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/9_2_0_0/export/msp430-gcc-9.2.0.50_linux64.tar.bz2
run: |
# ARM & RISC-V GCC from xpack
npm install --global xpm
@@ -129,12 +126,11 @@ jobs:
- name: Checkout TinyUSB
uses: actions/checkout@v2
with:
- # Cannot do submodule checkout here since LWIP's git server cannot checkout unadventised commits (it must use tags)
submodules: 'true'
- name: Checkout Sub-Submodules
run: |
- # some submodule has it own submodule that need to be fetched as well
+ # some submodule has it own submodules that need to be fetched as well
git submodule update --init --recursive hw/mcu/microchip
git submodule update --init --recursive lib/FreeRTOS