Skip to content

Commit f7c0cbb

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

+6
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)