Skip to content

Commit d320308

Browse files
committed
Add sudo
1 parent 42bd16b commit d320308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-extension-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install npm dependencies
2222
run: npm i
2323
- name: Install other dependencies
24-
run: apt install xorg-server xorg-xinit
24+
run: sudo apt install xorg-server xorg-xinit
2525
- name: Run tests
2626
run: |
2727
startx &

0 commit comments

Comments
 (0)