mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-14 18:40:37 +00:00
install ninja build for msp430
This commit is contained in:
parent
b2acbd305d
commit
9561e38267
4
.github/workflows/build_msp430.yml
vendored
4
.github/workflows/build_msp430.yml
vendored
@ -61,7 +61,9 @@ jobs:
|
||||
tar -C ~/cache/toolchain -xaf toolchain.tar.bz2
|
||||
|
||||
- name: Set Toolchain Path
|
||||
run: echo >> $GITHUB_PATH `echo ~/cache/toolchain/*/bin`
|
||||
run: |
|
||||
echo >> $GITHUB_PATH `echo ~/cache/toolchain/*/bin`
|
||||
sudo apt install -y ninja-build
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user