Skip to content

Commit bc8cdca

Browse files
committed
Install missing wayland dependency in github CI
Apparently its needed for linux file picker for the WARP integration
1 parent 059baa5 commit bc8cdca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21+
# We need to add wayland as it's used for file picker in the WARP integration
22+
- name: Install system dependencies
23+
run: sudo apt-get install libwayland-dev
2124
# Pull in Binary Ninja
2225
- name: Setup Binary Ninja
2326
uses: Vector35/setup-binary-ninja@v1-beta

0 commit comments

Comments
 (0)