Skip to content

Commit 2da5dd5

Browse files
committed
Update GitHub Actions workflow to include additional dependencies for Linux builds
- Added libcups2-dev, libssl-dev, and libxkbcommon-dev to the installation step in the release workflow, ensuring all necessary libraries are available for the build process.
1 parent a9e1e36 commit 2da5dd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ jobs:
172172
libcurl4-openssl-dev libfontconfig1-dev \
173173
libwebkit2gtk-4.0-dev libgtk-3-dev \
174174
libglu1-mesa-dev mesa-common-dev \
175+
libcups2-dev libssl-dev libxkbcommon-dev \
175176
ninja-build libfuse2
176177
177178
- name: Install Qt

0 commit comments

Comments
 (0)