Skip to content

Commit d0ac0a3

Browse files
author
Stephan Dilly
committed
fix missing changes to CD pipeline for clipboard stuff
1 parent a12692a commit d0ac0a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cd.yml

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
profile: minimal
2828
components: clippy
2929

30+
- name: Install dependencies for clipboard access
31+
if: matrix.os == 'ubuntu-latest'
32+
run: |
33+
sudo apt-get -qq install libxcb-shape0-dev libxcb-xfixes0-dev
34+
3035
- name: Build
3136
run: cargo build
3237
- name: Run tests

0 commit comments

Comments
 (0)