chore: update dependencies installation for macOS and Ubuntu in release workflow

This commit is contained in:
suyao
2025-06-14 20:47:42 +08:00
parent 58dc927347
commit a05b0502bb
+6 -1
View File
@@ -47,7 +47,12 @@ jobs:
- name: macos-latest dependencies fix
if: matrix.os == 'macos-latest'
run: |
brew install python-setuptools
brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman python-setuptools
- name: ubuntu-latest dependencies fix
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- name: windows-latest dependencies fix
if: matrix.os == 'windows-latest'