diff options
| author | hathach <[email protected]> | 2024-04-15 22:35:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-15 22:35:52 +0700 |
| commit | 9561e3826700c872ccde111d52cb381da939a25c (patch) | |
| tree | 8da454e99264fc7eb5f1fcd51694dfd05226b8d7 /.github/workflows | |
| parent | b2acbd305d29cea15fb4bd8e5cbc464546fdd8b7 (diff) | |
install ninja build for msp430
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_msp430.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build_msp430.yml b/.github/workflows/build_msp430.yml index 53921b308..95d212708 100644 --- a/.github/workflows/build_msp430.yml +++ b/.github/workflows/build_msp430.yml @@ -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: | |
