We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743ab13 commit 71af666Copy full SHA for 71af666
1 file changed
.github/workflows/actions.yaml
@@ -16,6 +16,7 @@ jobs:
16
python-version: ${{ matrix.python-version }}
17
- name: Install dependencies
18
run: |
19
+ sudo apt-get update
20
sudo apt-get install libcairo2-dev libgirepository1.0-dev
21
python -m pip install --upgrade pip
22
pip install pipenv
0 commit comments