chore: add brew update step for macOS dependencies installation in release workflow
This commit is contained in:
@@ -47,6 +47,7 @@ jobs:
|
||||
- name: macos-latest dependencies fix
|
||||
if: matrix.os == 'macos-latest'
|
||||
run: |
|
||||
brew update
|
||||
brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman python-setuptools
|
||||
|
||||
- name: ubuntu-latest dependencies fix
|
||||
|
||||
Reference in New Issue
Block a user