diff options
| author | hathach <[email protected]> | 2023-05-10 13:51:45 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-10 13:51:45 +0700 |
| commit | c4b2fed8bd8e54d60925c90b2876f87c3662d56c (patch) | |
| tree | 6137a46ff8d0becf63e7b2c2d9d7acf7490f52c9 /.github/workflows | |
| parent | c3770019cb3d49d8b17a1135e10cfc2d77905a4e (diff) | |
forgot sudo
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cmake_arm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml index 412244836..844a03443 100644 --- a/.github/workflows/cmake_arm.yml +++ b/.github/workflows/cmake_arm.yml @@ -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 |
