From aa16f0e65aafa7693f1b7806154df00f435e2103 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Wed, 21 Apr 2021 17:07:11 +0200 Subject: [PATCH] Updater CI: install dependencies so the interpreter can be built --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: