fix missing changes to CD pipeline for clipboard stuff

This commit is contained in:
Stephan Dilly 2020-08-29 18:55:14 +02:00
parent a12692a045
commit d0ac0a3063

View File

@ -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