From 7ff14a652ba1348f863338479eb3347a06fcc80a Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 1 Mar 2021 22:13:21 +0700 Subject: add submodule lib/FreeRTOS-Kernel --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github') 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 -- cgit v1.3.1