mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-26 12:35:14 +03:00
fix missing changes to CD pipeline for clipboard stuff
This commit is contained in:
parent
a12692a045
commit
d0ac0a3063
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 New Issue
Block a user