Skip to content

Commit 005460c

Browse files
fix: add missing linux dependencies
See #2647
1 parent 4b0982c commit 005460c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,12 @@ jobs:
473473
repo-token: ${{ secrets.GITHUB_TOKEN }}
474474
version: 3.x
475475

476+
- name: Install dependencies (Linux only)
477+
if: runner.os == 'Linux'
478+
run: |
479+
sudo apt-get update
480+
sudo apt-get install -y libx11-dev libxkbfile-dev libsecret-1-dev
481+
476482
- name: Install dependencies
477483
run: yarn
478484

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy