We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ba75b commit 46a3a59Copy full SHA for 46a3a59
.github/workflows/build-appimage.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Install Stardust/Rust dependencies
42
run: |
43
sudo apt-get update
44
- sudo apt-get install -y pkg-config libfuse2t64 libfontconfig1-dev vulkan-tools libvulkan1 libxcb-ewmh-dev libxfixes-dev libxcb-icccm4-dev libxcb-res0-dev libxkbcommon-dev xwayland wayland-protocols wayland-utils
+ sudo apt-get install -y pkg-config libfuse2t64 libfontconfig1-dev vulkan-tools libvulkan1 libxcb-ewmh-dev libxfixes-dev libxcb-icccm4-dev libxcb-res0-dev libxkbcommon-dev xwayland wayland-protocols wayland-utils libwayland-client0 libwayland-client++1
45
46
- name: Set up Rust (gnu)
47
uses: actions-rs/toolchain@v1
0 commit comments