mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
fix missing changes to CD pipeline for clipboard stuff
This commit is contained in:
parent
a12692a045
commit
d0ac0a3063
1 changed files with 5 additions and 0 deletions
5
.github/workflows/cd.yml
vendored
5
.github/workflows/cd.yml
vendored
|
|
@ -27,6 +27,11 @@ jobs:
|
|||
profile: minimal
|
||||
components: clippy
|
||||
|
||||
- name: Install dependencies for clipboard access
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt-get -qq install libxcb-shape0-dev libxcb-xfixes0-dev
|
||||
|
||||
- name: Build
|
||||
run: cargo build
|
||||
- name: Run tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue