Skip to content

Commit 7a55d07

Browse files
authored
Update PullAllExportsManual.yml
Update workflow
1 parent 45cd83c commit 7a55d07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/PullAllExportsManual.yml

Lines changed: 4 additions & 1 deletion
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: Pull all exports
@@ -35,4 +38,4 @@ jobs:
3538
uses: ad-m/[email protected]
3639
with:
3740
github_token: ${{ secrets.GITHUB_TOKEN }}
38-
branch: gh-pages
41+
branch: gh-pages

0 commit comments

Comments
 (0)