Skip to content

Commit d3dea6e

Browse files
authored
Update HideProfiles.yml
1 parent f9d56dc commit d3dea6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/HideProfiles.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
python-version: 3.9
1515
- name: Install dependencies
1616
run: |
17+
sudo apt update
18+
sudo apt install -y libcairo2-dev pkg-config python3-dev
19+
pkg-config --modversion cairo
1720
python -m pip install --upgrade pip
1821
pip install -r requirements.txt
1922
- name: Hide profiles

0 commit comments

Comments
 (0)