Skip to content

Commit a4fa91e

Browse files
Update release.yml
1 parent 6104fdd commit a4fa91e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
node-version: 22
4646
cache: 'pnpm'
4747
- run: pnpm install
48+
- name: Install Linux dependencies
49+
if: startsWith(matrix.os, 'ubuntu')
50+
run: sudo apt-get update && sudo apt-get install -y libpipewire-0.3-dev libx11-dev
4851
- name: Add macOS certs
4952
if: startsWith(matrix.os, 'macos') && startsWith(github.ref, 'refs/tags/')
5053
run: chmod +x add-osx-cert.sh && ./add-osx-cert.sh

0 commit comments

Comments
 (0)