diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e71c2fc97..3a860fc80 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -526,6 +526,8 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 + - name: Install Linux Dependencies + run: sudo apt-get install libxcb-shape0-dev libxcb-xfixes0-dev - name: Cache cargo registry uses: actions/cache@v2 with: