forgot sudo

This commit is contained in:
hathach 2023-05-10 13:51:45 +07:00
parent c3770019cb
commit c4b2fed8bd
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
release: '11.2-2022.02'
- name: Install Ninja
run: apt install -y ninja-build
run: sudo apt install -y ninja-build
- name: Checkout TinyUSB
uses: actions/checkout@v3