mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-17 21:38:27 +00:00
update workflow to install cairo system package on ubuntu
This commit is contained in:
parent
298168473f
commit
d2319b5e56
1 changed files with 4 additions and 0 deletions
4
.github/workflows/backend.yml
vendored
4
.github/workflows/backend.yml
vendored
|
|
@ -22,6 +22,10 @@ jobs:
|
|||
steps:
|
||||
- name: Git Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install system pachages
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libcairo2-dev pkg-config python3-dev
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue