We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9cea43 commit 35212ecCopy full SHA for 35212ec
2 files changed
.github/workflows/electron.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install system dependencies
23
run: |
24
sudo apt-get update
25
- sudo apt-get install -y xvfb libx11-dev pkg-config
+ sudo apt-get install -y xvfb libx11-dev pkg-config libpipewire-0.3-dev
26
- run: pnpm install
27
- name: Magnifier Test
28
run: pnpm test:magnifier
.github/workflows/release.yml
@@ -22,8 +22,8 @@ jobs:
run: pnpm lint:js
- name: Lint HBS
run: pnpm lint:hbs
- - name: Get xvfb
- run: sudo apt-get install xvfb
+ - name: Install system dependencies
+ run: sudo apt-get update && sudo apt-get install -y xvfb libpipewire-0.3-dev
- name: Browser Test
run: pnpm test:ember
29
- name: Electron Test
0 commit comments