1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-17 13:28:27 +00:00

update workflow to install cairo system package on ubuntu

This commit is contained in:
Jason Hall 2025-05-02 16:55:38 -04:00
parent 298168473f
commit d2319b5e56

View file

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