Skip to content

Commit 532e2af

Browse files
committed
mutiscreen support
1 parent bb34043 commit 532e2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buid.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: install x11 dev
4848
if: contains(matrix.os,'ubuntu')
49-
run: sudo apt-get install xorg-dev
49+
run: sudo apt-get update && sudo apt-get install xorg-dev
5050

5151
- name: Install dependencies
5252
run: npm install --build-from-source

0 commit comments

Comments
 (0)