|
|
@@ -58,8 +58,8 @@ jobs:
|
|
|
- name: Checkout TinyUSB
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
- - name: Checkout Submodules in lib
|
|
|
- run: git submodule update --init lib
|
|
|
+ - name: Checkout common submodules in lib
|
|
|
+ run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
|
|
|
|
|
|
- name: Set Toolchain URL
|
|
|
run: echo >> $GITHUB_ENV TOOLCHAIN_URL=https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v10.2.1-1.1/xpack-arm-none-eabi-gcc-10.2.1-1.1-linux-x64.tar.gz
|
|
|
@@ -124,8 +124,8 @@ jobs:
|
|
|
- name: Checkout TinyUSB
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
- - name: Checkout Submodules in lib
|
|
|
- run: git submodule update --init lib
|
|
|
+ - name: Checkout common submodules in lib
|
|
|
+ run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
|
|
|
|
|
|
- name: Set Toolchain URL
|
|
|
run: echo >> $GITHUB_ENV TOOLCHAIN_URL=https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases/download/v10.1.0-1.1/xpack-riscv-none-embed-gcc-10.1.0-1.1-linux-x64.tar.gz
|
|
|
@@ -221,8 +221,8 @@ jobs:
|
|
|
- name: Checkout TinyUSB
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
- - name: Checkout Submodules in lib
|
|
|
- run: git submodule update --init lib
|
|
|
+ - name: Checkout common submodules in lib
|
|
|
+ run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
|
|
|
|
|
|
- name: Set Toolchain URL
|
|
|
run: echo >> $GITHUB_ENV TOOLCHAIN_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
|
|
|
@@ -292,8 +292,8 @@ jobs:
|
|
|
- name: Checkout TinyUSB
|
|
|
uses: actions/checkout@v2
|
|
|
|
|
|
- - name: Checkout Submodules in lib
|
|
|
- run: git submodule update --init lib
|
|
|
+ - name: Checkout common submodules in lib
|
|
|
+ run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip
|
|
|
|
|
|
- name: Set Toolchain URL
|
|
|
run: echo >> $GITHUB_ENV TOOLCHAIN_URL=https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack/releases/download/v10.2.1-1.1/xpack-arm-none-eabi-gcc-10.2.1-1.1-linux-x64.tar.gz
|