diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1ebbc777..1036b5ec 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -27,11 +27,6 @@ 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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99a7ccdb..1607fbce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,10 +62,6 @@ jobs: profile: minimal target: x86_64-unknown-linux-musl - - name: Install dependencies for clipboard access - run: | - sudo apt-get -qq install libxcb-shape0-dev libxcb-xfixes0-dev - - name: Setup MUSL run: | sudo apt-get -qq install musl-tools