mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-16 05:42:56 +00:00
Update build.yml
This commit is contained in:
parent
424063afd1
commit
6e4df81998
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -21,9 +21,13 @@ jobs:
|
|||||||
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@latest
|
xpm install --global @xpack-dev-tools/arm-none-eabi-gcc@latest
|
||||||
xpm install --global @xpack-dev-tools/riscv-none-embed-gcc@latest
|
xpm install --global @xpack-dev-tools/riscv-none-embed-gcc@latest
|
||||||
- name: Git clone
|
- name: Git clone
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
with:
|
- name: Checkout submodules
|
||||||
submodules: true
|
shell: bash
|
||||||
|
run: |
|
||||||
|
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
|
||||||
|
git submodule sync --recursive
|
||||||
|
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive
|
||||||
- name: Unit Tests
|
- name: Unit Tests
|
||||||
run: |
|
run: |
|
||||||
# Install Ceedling
|
# Install Ceedling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user