Skip to content

Commit

Permalink
fix: add missing x11 lib for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
bloznelis committed Nov 4, 2023
1 parent 1c3b3e8 commit 11f866d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
with:
targets: ${{ matrix.target }}

- name: Install x11 dev for Linux
if: matrix.build == 'linux'
run: |
sudo apt install libx11-dev
- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 11f866d

Please sign in to comment.