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 059baa5 commit bc8cdcaCopy full SHA for bc8cdca
.github/workflows/rust.yml
@@ -18,6 +18,9 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- 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
24
# Pull in Binary Ninja
25
- name: Setup Binary Ninja
26
uses: Vector35/setup-binary-ninja@v1-beta
0 commit comments