diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f247a188..960da3fe 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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