We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bd16b commit d320308Copy full SHA for d320308
.github/workflows/run-extension-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install npm dependencies
22
run: npm i
23
- name: Install other dependencies
24
- run: apt install xorg-server xorg-xinit
+ run: sudo apt install xorg-server xorg-xinit
25
- name: Run tests
26
run: |
27
startx &
0 commit comments