Skip to content

Commit c377001

Browse files
committed
install ninja
1 parent 8e3bdd2 commit c377001

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake_arm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
with:
4545
release: '11.2-2022.02'
4646

47+
- name: Install Ninja
48+
run: apt install -y ninja-build
49+
4750
- name: Checkout TinyUSB
4851
uses: actions/checkout@v3
4952

0 commit comments

Comments
 (0)