install ninja

This commit is contained in:
hathach 2023-05-10 13:50:24 +07:00
parent 8e3bdd2391
commit c3770019cb
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ jobs:
with:
release: '11.2-2022.02'
- name: Install Ninja
run: apt install -y ninja-build
- name: Checkout TinyUSB
uses: actions/checkout@v3