Skip to content

Commit b9e8284

Browse files
Use sudo
1 parent ff9b433 commit b9e8284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/humble.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Install Dependencies
3131
run: |
3232
export DEBIAN_FRONTEND=noninteractive \
33-
&& apt-get update \
34-
&& apt-get install -yqq --no-install-recommends \
33+
&& sudo apt-get update \
34+
&& sudo apt-get install -yqq --no-install-recommends \
3535
libusb-1.0-0-dev
3636
- name: Prepare Workspace
3737
run: |

0 commit comments

Comments
 (0)