summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-03-01 22:13:21 +0700
committerhathach <[email protected]>2021-03-01 22:13:21 +0700
commit7ff14a652ba1348f863338479eb3347a06fcc80a (patch)
tree7beade137d94356b48e977ec6646867c672b9dcd /.github/workflows
parente8cbccf81decb4074f40791c1608d46c112fe0b2 (diff)
add submodule lib/FreeRTOS-Kernel
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0698e6385..b63a9a031 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -130,11 +130,8 @@ jobs:
with:
submodules: 'true'
- - name: Checkout Sub-Submodules
+ - name: Setup Env
run: |
- # some submodule has it own submodules that need to be fetched as well
- git submodule update --init --recursive lib/FreeRTOS
-
# Add msp430-gcc url to env
echo >> $GITHUB_ENV MSP430_GCC_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