Skip to content

Commit 43ed405

Browse files
committed
Update lint.yml
1 parent 818a73e commit 43ed405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/setup-node@v4
3838
with:
3939
node-version: 20
40-
- run: apt update && apt install -y xvfb libgtk-3-0 libnss3 libxss1 libasound2 libx11-xcb1
40+
- run: sudo apt update && sudo apt install -y xvfb libgtk-3-0 libnss3 libxss1 libasound2 libx11-xcb1
4141
name: install virtual display
4242
- run: Xvfb -ac :99 -screen 0 1280x1024x16 & export DISPLAY=:99
4343
- run: npm install

0 commit comments

Comments
 (0)