Updater CI: install dependencies

so the interpreter can be built
This commit is contained in:
Olivier Goffart 2021-04-21 17:07:11 +02:00 committed by GitHub
parent 3b22baa5e2
commit aa16f0e65a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: