From 972b9520bf10a41065dddbd812b3c5f17f739257 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 19 Dec 2019 06:07:37 +0100 Subject: Use latest `window_clipboard` changes --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09e52f92..4f911303 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,9 +12,6 @@ jobs: with: rust-version: ${{ matrix.rust }} - uses: actions/checkout@master - - name: Install xcb libraries - if: matrix.os == 'ubuntu-latest' - run: sudo apt-get install -y libxcb-shape0-dev libxcb-xfixes0-dev - name: Run tests run: | cargo test --verbose --all -- cgit