Skip to content

Commit

Permalink
Adding missing Linux library for GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalhorton committed Jun 6, 2024
1 parent a4a0394 commit 91f541b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
sudo apt-get install libsm-dev libxau-dev libxcomposite-dev libxcursor-dev libxdamage-dev
sudo apt-get install libxdmcp-dev libxext-dev libxfixes-dev libxft-dev libxi-dev libxinerama-dev
sudo apt-get install libxkbfile-dev libxrandr-dev libxrender-dev
sudo apt-get install xtrans-dev xkb-data uuid-dev
sudo apt-get install xtrans-dev xkb-data uuid-dev libwebkit2gtk-4.1-dev
- name: Install libraries
run: |
Expand Down

0 comments on commit 91f541b

Please sign in to comment.