Skip to content

Commit c4b2fed

Browse files
committed
forgot sudo
1 parent c377001 commit c4b2fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake_arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
release: '11.2-2022.02'
4646

4747
- name: Install Ninja
48-
run: apt install -y ninja-build
48+
run: sudo apt install -y ninja-build
4949

5050
- name: Checkout TinyUSB
5151
uses: actions/checkout@v3

0 commit comments

Comments
 (0)