From 25aad082e37d3236abd458714c2dc177d447c7da Mon Sep 17 00:00:00 2001 From: Takayuki Maeda Date: Fri, 9 Jul 2021 17:15:14 +0900 Subject: [PATCH] fix dependencies --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efb9f20..541a04e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,6 @@ jobs: - name: Install dependencies if: runner.os == 'Linux' run: | - sudo apt-get install libxcb-randr0-dev libxcb-xtest0-dev libxcb-xinerama0-dev libxcb-shape0-dev libxcb-xkb-dev - sudo apt-get install -y libxkbcommon-x11-0 + apt install gcc pkg-config openssl libasound2-dev cmake build-essential python3 libfreetype6-dev libexpat1-dev libxcb-composite0-dev libssl-dev libx11-dev libfontconfig1-dev - name: Run Tests run: cargo test -- --skip=e2e --color always