Skip to content

Commit 9703d00

Browse files
linux pipeline build fixes
1 parent 3954d57 commit 9703d00

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@ jobs:
4646
if: matrix.platform == 'macos-latest'
4747
run: bun run build:macos
4848

49+
- name: Install Linux build dependencies
50+
if: matrix.platform == 'ubuntu-latest'
51+
run: |
52+
sudo apt update
53+
sudo apt install libwebkit2gtk-4.1-dev \
54+
build-essential \
55+
curl \
56+
wget \
57+
file \
58+
libxdo-dev \
59+
libssl-dev \
60+
libayatana-appindicator3-dev \
61+
librsvg2-dev
62+
4963
- name: Build backend (Linux)
5064
if: matrix.platform == 'ubuntu-latest'
5165
run: bun run build:linux

0 commit comments

Comments
 (0)