mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 11:18:06 +00:00
fix: add libcairo2-dev and pkg-config to GitHub Actions
This commit is contained in:
parent
67530ae608
commit
aba552c05e
5
.github/workflows/validate-yamls.yml
vendored
5
.github/workflows/validate-yamls.yml
vendored
@ -38,6 +38,11 @@ jobs:
|
||||
with:
|
||||
enable-cache: true
|
||||
|
||||
- name: Install system dependencies for pycairo
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libcairo2-dev pkg-config
|
||||
|
||||
- name: Cache uv dependencies
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user