Skip to content

Commit 963473f

Browse files
committed
fix(ci): add missing linux build dependencies
1 parent 943c386 commit 963473f

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/build_tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,16 @@ jobs:
8383
- name: Install Linux build dependencies
8484
run: |
8585
sudo apt-get update
86-
sudo apt-get install -y rpm
86+
sudo apt-get install -y \
87+
clang \
88+
cmake \
89+
ninja-build \
90+
pkg-config \
91+
libgtk-3-dev \
92+
liblzma-dev \
93+
libstdc++-12-dev \
94+
rpm \
95+
dpkg-dev
8796
8897
- name: Build Linux installers
8998
run: |

0 commit comments

Comments
 (0)