Skip to content

Commit 0560581

Browse files
committed
install x11 deps in workflow
1 parent 4de8139 commit 0560581

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
id-token: write
1111
steps:
1212
- uses: actions/checkout@v4
13+
- name: Install X11 dependencies
14+
run: sudo apt-get update && sudo apt-get install -y libx11-dev
1315
- uses: actions/setup-node@v4
1416
with:
1517
node-version: '20.x'

0 commit comments

Comments
 (0)